Skip to content

Commit e960ccf

Browse files
committed
chore: release v0.2.3
1 parent 1feb7e4 commit e960ccf

3 files changed

Lines changed: 10 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.2"
2+
".": "0.2.3"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@
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.3](https://github.com/main-branch/rspec-path_matchers/compare/v0.2.2...v0.2.3) (2026-04-24)
23+
24+
25+
### Other Changes
26+
27+
* **dependencies:** Update dependencies for all GitHub Actions workflows ([8aacbb9](https://github.com/main-branch/rspec-path_matchers/commit/8aacbb9f284e3a3c86bd16783d1a3373e1277b92))
28+
* **rubocop:** Fix rubocop offenses from new cops ([1feb7e4](https://github.com/main-branch/rspec-path_matchers/commit/1feb7e43aff62caafb321b2e821b13265a65fac9))
29+
2230
## [0.2.2](https://github.com/main-branch/rspec-path_matchers/compare/v0.2.1...v0.2.2) (2025-07-01)
2331

2432

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.2'
5+
VERSION = '0.2.3'
66
end
77
end

0 commit comments

Comments
 (0)