Skip to content

Commit 8b0b1b8

Browse files
committed
chore: release v0.2.1
1 parent 589a588 commit 8b0b1b8

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## [Unreleased]
22

3+
## [0.2.1](https://github.com/main-branch/rspec-path_matchers/compare/v0.2.0...v0.2.1) (2025-07-01)
4+
5+
6+
### Bug Fixes
7+
8+
* Update CI badge to point to the correct workflow ([589a588](https://github.com/main-branch/rspec-path_matchers/commit/589a5882e568292b4d6c40e5e37875cc7d9b1ca1))
9+
310
## [0.2.0](https://github.com/main-branch/rspec-path_matchers/compare/v0.1.1...v0.2.0) (2025-06-30)
411

512

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)