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 1
1
# Changelog
2
2
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
+
3
12
## [ 0.2.6] - 2024-04-09
4
13
5
14
- 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.
79
88
80
89
(Version 0.1.0 was yanked because of a metadata issue.)
81
90
91
+ [ 0.2.7 ] : https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.2.7
82
92
[ 0.2.6 ] : https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.2.6
83
93
[ 0.2.5 ] : https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.2.5
84
94
[ 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!(
68
68
69
69
## Minimum supported Rust version (MSRV)
70
70
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
72
72
version update; at any time, Rust versions from at least the last 6 months are supported.
73
73
74
74
## See also
Original file line number Diff line number Diff line change 65
65
//!
66
66
//! # Minimum supported Rust version (MSRV)
67
67
//!
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
69
69
//! version update; at any time, Rust versions from at least the last 6 months are supported.
70
70
//!
71
71
//! # See also
You can’t perform that action at this time.
0 commit comments