Skip to content

Commit c8fdfd3

Browse files
committed
chore: release v0.1.2
1 parent 7e23190 commit c8fdfd3

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.1.1"
2+
".": "0.1.2"
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.1.2](https://github.com/main-branch/rspec-path_matchers/compare/v0.1.1...v0.1.2) (2025-06-26)
4+
5+
6+
### Other Changes
7+
8+
* Refactor the Options classes to reduce duplicaate code ([7e23190](https://github.com/main-branch/rspec-path_matchers/commit/7e231902a1a56162511a745d529c19acd06d50e6))
9+
310
## [0.1.1](https://github.com/main-branch/rspec-path_matchers/compare/v0.1.0...v0.1.1) (2025-06-25)
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.1.1'
5+
VERSION = '0.1.2'
66
end
77
end

0 commit comments

Comments
 (0)