Skip to content

Commit

Permalink
Bump to 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Dec 27, 2016
1 parent 5077095 commit 54e2c21
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 @@
## 0.9.8

This release adds the `mv` command for renaming/moving the keys.
[#116](https://github.com/glebm/i18n-tasks/issues/116)

## 0.9.7

This is a minor bugfix release.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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.7'
gem 'i18n-tasks', '~> 0.9.8'
```

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
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module I18n
module Tasks
VERSION = '0.9.7'
VERSION = '0.9.8'
end
end

0 comments on commit 54e2c21

Please sign in to comment.