File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
20
## [ 0.1.2] - 2022-05-22
4
21
5
22
### Changed
@@ -18,5 +35,6 @@ There are no functional changes in this release.
18
35
19
36
(Version 0.1.0 was yanked because of a metadata issue.)
20
37
38
+ [ 0.1.3 ] : https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.1.3
21
39
[ 0.1.2 ] : https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.1.2
22
40
[ 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 1
1
[package ]
2
2
name = " datatest-stable"
3
- version = " 0.1.2 "
3
+ version = " 0.1.3 "
4
4
description = " Data-driven tests that work on stable Rust"
5
5
repository = " https://github.com/nextest-rs/datatest-stable"
6
6
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments