Skip to content

Commit e25c841

Browse files
committed
chore: release v0.2.0
1 parent 0c76e85 commit e25c841

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-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.1.1"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
## [Unreleased]
22

3+
## [0.2.0](https://github.com/main-branch/rspec-path_matchers/compare/v0.1.1...v0.2.0) (2025-06-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **dsl:** The format of failure messages has been completely redesigned. `be_dir`, `be_file`, and `be_symlink` are introduced as the preferred top-level matchers for clarity.
9+
* You must use `#containing` to to set expectations on dir content instead of a block
10+
11+
### Features
12+
13+
* Add the be_dir matcher ([b16bf00](https://github.com/main-branch/rspec-path_matchers/commit/b16bf005fabba9dfa55b284543c1347efcaae62e))
14+
* Change how expectations are nested for have_dir and be_dir ([e61d8fd](https://github.com/main-branch/rspec-path_matchers/commit/e61d8fddf0b6f3290fbdd01c15940b5a8a2e7361))
15+
* **dsl:** Introduce be_* matchers for a clearer and more robust API ([0c76e85](https://github.com/main-branch/rspec-path_matchers/commit/0c76e8564215ae3e86b72135c7793c5ca386b53e))
16+
17+
18+
### Other Changes
19+
20+
* Refactor the Options classes to reduce duplicaate code ([7e23190](https://github.com/main-branch/rspec-path_matchers/commit/7e231902a1a56162511a745d529c19acd06d50e6))
21+
* Update README to give an example toward the top of the doc ([ece4afc](https://github.com/main-branch/rspec-path_matchers/commit/ece4afc3edb1e27e96fa3fe70052c99a73f6a221))
22+
* Update README to give an example toward the top of the doc ([5b0f196](https://github.com/main-branch/rspec-path_matchers/commit/5b0f19646fe6cd7b7cba6c057e690b7b54d5c3c3))
23+
324
## [0.1.1](https://github.com/main-branch/rspec-path_matchers/compare/v0.1.0...v0.1.1) (2025-06-25)
425

526

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.2.0'
66
end
77
end

0 commit comments

Comments
 (0)