Skip to content

Commit

Permalink
Prepare for v2.2.0.beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
timriley committed Sep 25, 2024
1 parent 7ce867f commit 66083a1
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 @@ -4,6 +4,12 @@ RSpec support for Hanami

## v2.2.0.beta1 - 2024-07-16

### Changed

- [Sean Collins] In generated `spec_helper.rb`, require all files under `spec/support/` in a loop, rather than via manual requires (#24)

## v2.2.0.beta1 - 2024-07-16

### Added

- [Sean Collins] Include `Dry::Monads[:result]` in tests via `support/operations.rb`
Expand Down
2 changes: 1 addition & 1 deletion lib/hanami/rspec/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ module RSpec
#
# @since 2.0.0
# @api public
VERSION = "2.2.0.beta1"
VERSION = "2.2.0.beta2"
end
end
2 changes: 1 addition & 1 deletion spec/unit/hanami/rspec/version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

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

0 comments on commit 66083a1

Please sign in to comment.