From 79749af6e8221427c05e202a56d3ab0289f1fcc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Hoste?= Date: Fri, 20 May 2022 16:39:29 +0200 Subject: [PATCH] Bump version to 1.32 + CHANGELOG --- CHANGELOG.md | 6 ++++++ translation.gemspec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13cc263..dee3d84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v1.32](https://github.com/translation/rails/releases/tag/v1.32) (2022-05-20) + +#### Fixes (bugs & defects): + + * Fix bad `html.erb` parsing when there is a `case` in it, using new gettext 3.4.3 Erubi parser. (cf. [ruby-gettext/gettext PR #91](https://github.com/ruby-gettext/gettext/pull/91)). + ## [v1.31](https://github.com/translation/rails/releases/tag/v1.31) (2022-04-04) #### Fixes (bugs & defects): diff --git a/translation.gemspec b/translation.gemspec index 242d381..6ec842a 100644 --- a/translation.gemspec +++ b/translation.gemspec @@ -4,7 +4,7 @@ Gem::Specification.new do |s| s.description = 'Localize your app using either t(".keys") or _("source text") and type "rake translation:sync" to synchronize with your translators on Translation.io.' s.homepage = 'https://translation.io' s.email = 'contact@translation.io' - s.version = '1.31' + s.version = '1.32' s.authors = ['Michael Hoste', 'Aurelien Malisart'] s.license = "MIT" s.require_paths = ["lib"]