Skip to content

Commit

Permalink
Bump version to 1.32 + CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHoste committed May 20, 2022
1 parent 35efaca commit 79749af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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):
Expand Down
2 changes: 1 addition & 1 deletion translation.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 79749af

Please sign in to comment.