Skip to content

Commit 59e8170

Browse files
committed
[meta] prepare changelog
1 parent e020341 commit 59e8170

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.3.2] - 2024-12-28
4+
5+
### Added
6+
7+
- `pattern` is now optional in the `harness!` macro. If not specified, the default pattern is
8+
`r".*"` (match all files).
9+
10+
### Fixed
11+
12+
- Restored the ability to use absolute paths as the `root` argument.
13+
314
## [0.3.1] - 2024-12-25
415

516
### Fixed
@@ -69,7 +80,7 @@ Previously, the test functions supported were `fn(&Path) -> Result<()>` and `fn(
6980
- Switched to the `fancy-regex` crate, which allows for matching against regexes with
7081
lookahead/behind and backreferences. Thanks [@webbdays](https://github.com/webbdays) for your
7182
first contribution!
72-
83+
7384
- MSRV updated to Rust 1.66.
7485

7586
## [0.2.6] - 2024-04-09

0 commit comments

Comments
 (0)