Skip to content

Commit

Permalink
Merge branch 'release/10.0.0' into develop
Browse files Browse the repository at this point in the history
* release/10.0.0:
  Test against Ruby 3.0
  Update changelog and version
  • Loading branch information
tagliala committed Jan 16, 2021
2 parents 446cdab + a869833 commit 3cbc6e5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ rvm:
- 2.5.8
- 2.6.6
- 2.7.2
- 3.0.0
- ruby-head
gemfile:
- gemfiles/rails_5.0.gemfile
Expand All @@ -32,6 +33,12 @@ jobs:
gemfile: gemfiles/rails_5.1.gemfile
- rvm: 2.7.2
gemfile: gemfiles/rails_5.2.gemfile
- rvm: 3.0.0
gemfile: gemfiles/rails_5.0.gemfile
- rvm: 3.0.0
gemfile: gemfiles/rails_5.1.gemfile
- rvm: 3.0.0
gemfile: gemfiles/rails_5.2.gemfile
- rvm: ruby-head
gemfile: gemfiles/rails_5.0.gemfile
- rvm: ruby-head
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Changelog

## 10.0.0.alpha1 / unreleased
## 10.0.0 / 2021-01-16

* [BUGFIX] Verify host path consistency by default ([#91](https://github.com/enriclluelles/route_translator/issues/91), [#171](https://github.com/enriclluelles/route_translator/issues/171))
* [FEATURE] Remove the option to verify host path consistency
* [ENHANCEMENT] Avoid duplicate routes when using host_locales ([#87](https://github.com/enriclluelles/route_translator/issues/87), [#171](https://github.com/enriclluelles/route_translator/issues/171))
* [ENHANCEMENT] Test against Ruby 3.0.0
* [ENHANCEMENT] Update development dependencies

## 9.0.0 / 2020-11-07

Expand Down
2 changes: 1 addition & 1 deletion lib/route_translator/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RouteTranslator
VERSION = '10.0.0.alpha1'
VERSION = '10.0.0'
end

0 comments on commit 3cbc6e5

Please sign in to comment.