Skip to content

Commit

Permalink
Bump to v0.9.34
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Mar 4, 2021
1 parent abd3d6f commit 881ed6f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.9.34

* Fixes Ruby 3.0 compatibility.
[#370](https://github.com/glebm/i18n-tasks/issues/370)

## v0.9.33

* Fixes DeepL translation.
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.33'
gem 'i18n-tasks', '~> 0.9.34'
```

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.33'
VERSION = '0.9.34'
end
end

0 comments on commit 881ed6f

Please sign in to comment.