Skip to content

Commit a2c565b

Browse files
committed
Bump to version 1.41
1 parent 4b83db9 commit a2c565b

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.41](https://github.com/translation/rails/releases/tag/v1.41) (2024-06-10)
4+
5+
#### New features:
6+
7+
* Ignore YAML keys using RegEx (cf. [#56](https://github.com/translation/rails/pull/56). Thanks @michael-harrison!
8+
39
## [v1.40](https://github.com/translation/rails/releases/tag/v1.40) (2024-02-09)
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.40'
7+
s.version = '1.41'
88
s.authors = ['Michael Hoste', 'Aurelien Malisart']
99
s.license = "MIT"
1010
s.require_paths = ["lib"]

0 commit comments

Comments
 (0)