Skip to content

Commit fce6c5f

Browse files
committed
prepare to release version 0.2.0
1 parent fa96f42 commit fce6c5f

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
# Changelog
22

3-
## Unreleased
3+
## [0.2.0] - 2023-08-29
44

55
### Changed
66

7-
- Internal dependency update: clap updated to version 4.
7+
- The test signature is now `fn(&`[`Utf8Path`]`)` rather than `fn(&Path)`. If necessary, a `Utf8Path` can be converted to a `&Path` with [`.as_ref()`] or [`.as_std_path()`].
8+
- Non-Unicode paths now consistently produce errors. Previously, the treatment of such paths was inconsistent -- they would either be skipped or produce errors.
9+
- Internal dependency update: libtest-mimic updated to version 0.6.1.
810
- MSRV updated to Rust 1.60.
911

12+
[`Utf8Path`]: https://docs.rs/camino/latest/camino/struct.Utf8Path.html
13+
[`.as_ref()`]: https://docs.rs/camino/latest/camino/struct.Utf8Path.html#impl-AsRef%3COsStr%3E-for-Utf8Path
14+
[`.as_std_path()`]: https://docs.rs/camino/latest/camino/struct.Utf8Path.html#method.as_std_path
15+
1016
## [0.1.3] - 2022-08-15
1117

1218
### Changed
@@ -42,6 +48,7 @@ There are no functional changes in this release.
4248

4349
(Version 0.1.0 was yanked because of a metadata issue.)
4450

51+
[0.2.0]: https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.2.0
4552
[0.1.3]: https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.1.3
4653
[0.1.2]: https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.1.2
4754
[0.1.1]: https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.1.1

0 commit comments

Comments
 (0)