Skip to content

Commit 38a602a

Browse files
committed
prepare release
1 parent 2c6057a commit 38a602a

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.2.7] - 2024-04-21
4+
5+
### Changed
6+
7+
- Switched to the `fancy-regex` crate, which allows for matching against regexes with
8+
lookahead/behind and backreferences. Thanks [@webbdays](https://github.com/webbdays) for your
9+
first contribution!
10+
- MSRV updated to Rust 1.66.
11+
312
## [0.2.6] - 2024-04-09
413

514
- Update to `libtest-mimic 0.7.2`, and use the upstream implementation of `ExitCode`.
@@ -79,6 +88,7 @@ There are no functional changes in this release.
7988

8089
(Version 0.1.0 was yanked because of a metadata issue.)
8190

91+
[0.2.7]: https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.2.7
8292
[0.2.6]: https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.2.6
8393
[0.2.5]: https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.2.5
8494
[0.2.4]: https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.2.4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ datatest_stable::harness!(
6868

6969
## Minimum supported Rust version (MSRV)
7070

71-
The minimum supported Rust version is **Rust 1.65**. MSRV bumps may be accompanied by a minor
71+
The minimum supported Rust version is **Rust 1.66**. MSRV bumps may be accompanied by a minor
7272
version update; at any time, Rust versions from at least the last 6 months are supported.
7373

7474
## See also

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
//!
6666
//! # Minimum supported Rust version (MSRV)
6767
//!
68-
//! The minimum supported Rust version is **Rust 1.65**. MSRV bumps may be accompanied by a minor
68+
//! The minimum supported Rust version is **Rust 1.66**. MSRV bumps may be accompanied by a minor
6969
//! version update; at any time, Rust versions from at least the last 6 months are supported.
7070
//!
7171
//! # See also

0 commit comments

Comments
 (0)