Skip to content

Commit 79749af

Browse files
committed
Bump version to 1.32 + CHANGELOG
1 parent 35efaca commit 79749af

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v1.32](https://github.com/translation/rails/releases/tag/v1.32) (2022-05-20)
4+
5+
#### Fixes (bugs & defects):
6+
7+
* 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)).
8+
39
## [v1.31](https://github.com/translation/rails/releases/tag/v1.31) (2022-04-04)
410

511
#### Fixes (bugs & defects):

translation.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Gem::Specification.new do |s|
44
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.'
55
s.homepage = 'https://translation.io'
66
s.email = '[email protected]'
7-
s.version = '1.31'
7+
s.version = '1.32'
88
s.authors = ['Michael Hoste', 'Aurelien Malisart']
99
s.license = "MIT"
1010
s.require_paths = ["lib"]

0 commit comments

Comments
 (0)