Skip to content

Commit 17eddb5

Browse files
committed
prepare for release
1 parent 3355864 commit 17eddb5

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

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+
313
## [0.1.1] - 2021-04-16
414

515
### Added
@@ -8,4 +18,5 @@
818

919
(Version 0.1.0 was yanked because of a metadata issue.)
1020

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "datatest-stable"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Data-driven tests that work on stable Rust"
55
repository = "https://github.com/nextest-rs/datatest-stable"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)