Skip to content

Commit

Permalink
Prepare for v2.2.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
timriley committed Oct 28, 2024
1 parent 306a938 commit ae58861
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

Complete, fast and testable actions for Rack

## v2.2.0.beta1 - 2024-09-25
## v2.2.0.rc1 - 2024-10-29

## v2.2.0.beta2 - 2024-09-25

### Added

Expand Down
2 changes: 1 addition & 1 deletion hanami-controller.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 3.1"

spec.add_dependency "rack", "~> 2.0"
spec.add_dependency "hanami-utils", "~> 2.2.beta"
spec.add_dependency "hanami-utils", "~> 2.2.rc"
spec.add_dependency "dry-configurable", "~> 1.0", "< 2"
spec.add_dependency "dry-core", "~> 1.0"
spec.add_dependency "zeitwerk", "~> 2.6"
Expand Down
2 changes: 1 addition & 1 deletion lib/hanami/controller/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ module Controller
#
# @since 0.1.0
# @api public
VERSION = "2.2.0.beta2"
VERSION = "2.2.0.rc1"
end
end
2 changes: 1 addition & 1 deletion spec/unit/hanami/controller/version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

RSpec.describe "Hanami::Controller::VERSION" do
it "returns current version" do
expect(Hanami::Controller::VERSION).to eq("2.2.0.beta2")
expect(Hanami::Controller::VERSION).to eq("2.2.0.rc1")
end
end

0 comments on commit ae58861

Please sign in to comment.