Skip to content

Commit

Permalink
Prepare for v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timriley committed Feb 27, 2024
1 parent 56906cf commit 1e8822d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Ruby core extensions and class utilities for Hanami

## v2.1.0 - 2024-02-27

## v2.1.0.rc3 - 2024-02-16

## v2.1.0.rc2 - 2023-11-08
Expand Down
2 changes: 1 addition & 1 deletion lib/hanami/utils/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ module Utils
#
# @since 0.1.0
# @api public
VERSION = "2.1.0.rc3"
VERSION = "2.1.0"
end
end
2 changes: 1 addition & 1 deletion spec/unit/hanami/utils/version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

RSpec.describe "Hanami::Utils::VERSION" do
it "exposes version" do
expect(Hanami::Utils::VERSION).to eq("2.1.0.rc3")
expect(Hanami::Utils::VERSION).to eq("2.1.0")
end
end

0 comments on commit 1e8822d

Please sign in to comment.