Skip to content

Commit f42e9a1

Browse files
committed
Prepare for v2.2.1
1 parent 3236683 commit f42e9a1

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
RSpec support for Hanami
44

5+
## v2.2.1 - 2024-11-12
6+
7+
### Changed
8+
9+
- [Tim Riley] Modify `Gemfile` via a `before "install"` hook on the `hanami` CLI. This ensures that testing-related gems are installed as part of running `hanami new` (#30)
10+
511
## v2.2.0 - 2024-11-05
612

713
### Changed

lib/hanami/rspec/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ module RSpec
66
#
77
# @since 2.0.0
88
# @api public
9-
VERSION = "2.2.0"
9+
VERSION = "2.2.1"
1010
end
1111
end

spec/unit/hanami/rspec/version_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
RSpec.describe "Hanami::RSpec::VERSION" do
44
it "returns version" do
5-
expect(Hanami::RSpec::VERSION).to eq("2.2.0")
5+
expect(Hanami::RSpec::VERSION).to eq("2.2.1")
66
end
77
end

0 commit comments

Comments
 (0)