Skip to content

Commit

Permalink
Bump to v0.9.31 + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Mar 10, 2020
1 parent 20aab1a commit 6228a06
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
@@ -1,3 +1,10 @@
## v0.9.31

* Add Yandex translator backend.
[#343](https://github.com/glebm/i18n-tasks/pull/343)
* Fix more Ruby 2.7 warnings.
[#344](https://github.com/glebm/i18n-tasks/pull/344)

## v0.9.30

* Fix keyword arguments warnings in Ruby 2.7.
Expand Down
2 changes: 1 addition & 1 deletion README.md
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.30'
gem 'i18n-tasks', '~> 0.9.31'
```

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

module I18n
module Tasks
VERSION = '0.9.30'
VERSION = '0.9.31'
end
end

0 comments on commit 6228a06

Please sign in to comment.