Skip to content

Commit

Permalink
Prepare for v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timriley committed Nov 5, 2024
1 parent 2706f01 commit c93754a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Rack compatible HTTP router for Ruby

## v2.2.0 - 2024-11-05

### Fixed

- [Damian C. Rossney, Kyle Plump] Support paths with different variable names in same path location (#273)

## v2.2.0.rc1 - 2024-10-29

## v2.2.0.beta2 - 2024-09-25
Expand Down
2 changes: 1 addition & 1 deletion lib/hanami/router/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ class Router
#
# @since 0.1.0
# @api public
VERSION = "2.2.0.rc1"
VERSION = "2.2.0"
end
end
2 changes: 1 addition & 1 deletion spec/unit/hanami/router/version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

RSpec.describe "Hanami::Router::VERSION" do
it "exposes version" do
expect(Hanami::Router::VERSION).to eq("2.2.0.rc1")
expect(Hanami::Router::VERSION).to eq("2.2.0")
end
end

0 comments on commit c93754a

Please sign in to comment.