File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.1.2] - 2022-05-22
4
+
5
+ ### Changed
6
+
7
+ - New internal implementation, based on top of [ libtest-mimic] ( https://github.com/LukasKalbertodt/libtest-mimic ) .
8
+ - Repository updated to [ nextest-rs/datatest-stable] ( https://github.com/nextest-rs/datatest-stable ) .
9
+ - MSRV updated to Rust 1.56.
10
+
11
+ There are no functional changes in this release.
12
+
3
13
## [ 0.1.1] - 2021-04-16
4
14
5
15
### Added
8
18
9
19
(Version 0.1.0 was yanked because of a metadata issue.)
10
20
11
- [ 0.1.1 ] : https://github.com/diem/diem-devtools/releases/tag/datatest-stable-0.1.1
21
+ [ 0.1.2 ] : https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.1.2
22
+ [ 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.1 "
3
+ version = " 0.1.2 "
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