File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
7272version update; at any time, Rust versions from at least the last 6 months are supported.
7373
7474## See also
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments