We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe4e051 commit f06d860Copy full SHA for f06d860
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [0.2.6] - 2024-04-09
4
+
5
+- Update to `libtest-mimic 0.7.2`, and use the upstream implementation of `ExitCode`.
6
7
## [0.2.5] - 2024-04-08
8
9
- Exit main via `ExitCode` rather than `std::process::exit()`. This appears to fix coverage on
@@ -75,6 +79,7 @@ There are no functional changes in this release.
75
79
76
80
(Version 0.1.0 was yanked because of a metadata issue.)
77
81
82
+[0.2.6]: https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.2.6
78
83
[0.2.5]: https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.2.5
84
[0.2.4]: https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.2.4
85
[0.2.3]: https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.2.3
0 commit comments