Skip to content

Commit

Permalink
Bump to v0.9.25
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Sep 18, 2018
1 parent 1bdae5f commit ef94e1a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v0.9.25

* Adds an optional `--keep-order` (`-k`) parameter to `remove-unused`.
When passed, keys in the files are not sorted after removing the unused keys.
[#297](https://github.com/glebm/i18n-tasks/pull/297)
* Drops support for Ruby < 2.3.
[#298](https://github.com/glebm/i18n-tasks/pull/298)
* Fixes a rare concurrency issue, most easily reproduced on Rubinius.
[#300](https://github.com/glebm/i18n-tasks/issues/300)
* Avoid Google / DeepL translating empty keys (a minor optimization).
[#fc529e78](https://github.com/glebm/i18n-tasks/commit/fc529e78d2421ad08e7a93c0164e5d0be1492e40)

## v0.9.24

* Makes `deepl-rb` and `easy_translate` dependencies optional.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ i18n-tasks can be used with any project using the ruby [i18n gem][i18n-gem] (def
Add i18n-tasks to the Gemfile:

```ruby
gem 'i18n-tasks', '~> 0.9.24'
gem 'i18n-tasks', '~> 0.9.25'
```

Copy the default [configuration file](#configuration):
Expand Down
2 changes: 1 addition & 1 deletion lib/i18n/tasks/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module I18n
module Tasks
VERSION = '0.9.24'
VERSION = '0.9.25'
end
end

0 comments on commit ef94e1a

Please sign in to comment.