Skip to content

Commit daf1c6f

Browse files
committed
prepare a release
1 parent 8d29337 commit daf1c6f

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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

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.2"
3+
version = "0.1.3"
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)