Skip to content

Commit 64398af

Browse files
committed
chore: release v0.2.1
1 parent 3a5f730 commit 64398af

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.0"
2+
".": "0.2.1"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,20 @@
1919
* Update README to give an example toward the top of the doc ([ece4afc](https://github.com/main-branch/rspec-path_matchers/commit/ece4afc3edb1e27e96fa3fe70052c99a73f6a221))
2020
* Update README to give an example toward the top of the doc ([5b0f196](https://github.com/main-branch/rspec-path_matchers/commit/5b0f19646fe6cd7b7cba6c057e690b7b54d5c3c3))
2121

22+
## [0.2.1](https://github.com/main-branch/rspec-path_matchers/compare/v0.2.0...v0.2.1) (2025-07-01)
23+
24+
25+
### Bug Fixes
26+
27+
* Make error messages consistent ([3a5f730](https://github.com/main-branch/rspec-path_matchers/commit/3a5f7301e29601cda438d4b0163909bd9e22cd4b))
28+
* Update CI badge to point to the correct workflow ([589a588](https://github.com/main-branch/rspec-path_matchers/commit/589a5882e568292b4d6c40e5e37875cc7d9b1ca1))
29+
30+
31+
### Other Changes
32+
33+
* Add doc link badge to README ([7de600b](https://github.com/main-branch/rspec-path_matchers/commit/7de600b5ed554a30f2439863a1d10c4ca078f1ea))
34+
* Update README to include CHANGELOG badge ([0a871ca](https://github.com/main-branch/rspec-path_matchers/commit/0a871caa763db16e47d2b45273ab4acfca42cb90))
35+
2236
## [0.1.1](https://github.com/main-branch/rspec-path_matchers/compare/v0.1.0...v0.1.1) (2025-06-25)
2337

2438

lib/rspec/path_matchers/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module RSpec
44
module PathMatchers
5-
VERSION = '0.2.0'
5+
VERSION = '0.2.1'
66
end
77
end

0 commit comments

Comments
 (0)