Skip to content

Commit

Permalink
Bump to v1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed May 10, 2024
1 parent 063df4c commit c75f774
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
20 changes: 16 additions & 4 deletions CHANGES.md
@@ -1,7 +1,19 @@
## Unreleased

* ERB AST-scanner now uses regex instead of better_html to allow
parsing files other than HTML.
## v1.0.14

* Newlines are now preserved when using Google Translate.
[#567](https://github.com/glebm/i18n-tasks/pull/567)
* Improved locale name handling for Google Translate.
[#558](https://github.com/glebm/i18n-tasks/pull/558)
* Fixes compatibility with some versions of the i18n gem.
[#553](https://github.com/glebm/i18n-tasks/pull/553)
* Added `i18n-tasks cp` command.
[#551](https://github.com/glebm/i18n-tasks/pull/551)
* Parentheses in keys are now supported.
[#550](https://github.com/glebm/i18n-tasks/pull/550)
* Non-HTML ERB files are now supported.
[#545](https://github.com/glebm/i18n-tasks/pull/545)
* Improved interpolations handling for DeepL.
[#523](https://github.com/glebm/i18n-tasks/pull/523)

## v1.0.13

Expand Down
2 changes: 1 addition & 1 deletion README.md
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', '~> 1.0.13', group: :development
gem 'i18n-tasks', '~> 1.0.14', group: :development
```

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 = '1.0.13'
VERSION = '1.0.14'
end
end

0 comments on commit c75f774

Please sign in to comment.