File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.1.3] - 2022-08-15
4+
5+ ### Changed
6+
7+ - Errors are now displayed with the ` Debug ` implementation, which prints out the full error chain
8+ with libraries like ` anyhow ` or ` eyre ` , rather than the ` Display ` implementation. Thanks
9+ [ Alex Badics] for your first contribution!
10+ - MSRV updated to Rust 1.58.
11+
12+ ### Internal improvements
13+
14+ - datatest-stable now uses libtest-mimic 0.5.2. Thanks [ Lukas Kalbertodt] (maintainer of
15+ libtest-mimic) for your first contribution!
16+
17+ [ Alex Badics ] : https://github.com/badicsalex
18+ [ Lukas ] : https://github.com/LukasKalbertodt
19+
320## [ 0.1.2] - 2022-05-22
421
522### Changed
@@ -18,5 +35,6 @@ There are no functional changes in this release.
1835
1936(Version 0.1.0 was yanked because of a metadata issue.)
2037
38+ [ 0.1.3 ] : https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.1.3
2139[ 0.1.2 ] : https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.1.2
2240[ 0.1.1 ] : https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.1.1
Original file line number Diff line number Diff line change 11[package ]
22name = " datatest-stable"
3- version = " 0.1.2 "
3+ version = " 0.1.3 "
44description = " Data-driven tests that work on stable Rust"
55repository = " https://github.com/nextest-rs/datatest-stable"
66license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments