Releases: nextest-rs/datatest-stable
Releases · nextest-rs/datatest-stable
datatest-stable 0.2.4
This is a periodic maintenance release.
- Update internal dependency versions, including libtest-mimic to 0.7.0.
- Update "docs (main)" link to the new location at https://datatest-stable.nexte.st.
- Update MSRV to Rust 1.65.
datatest-stable 0.2.3
Updated README.
datatest-stable 0.2.2
Added
- Restored compatibility with
fn(&Path) -> Result<()>. The harness now can take eitherfn(&Path) -> Result<()>orfn(&Utf8Path) -> Result<()>.
datatest-stable 0.2.1
Changed
- The test signature is now
fn(&Utf8Path)rather thanfn(&Path). If necessary, aUtf8Pathcan be converted to a&Pathwith.as_ref()or.as_std_path(). - Non-Unicode paths now consistently produce errors. Previously, the treatment of such paths was inconsistent -- they would either be skipped or produce errors.
- Internal dependency update: libtest-mimic updated to version 0.6.1.
- MSRV updated to Rust 1.60.
datatest-stable 0.1.3
Changed
- Errors are now displayed with the
Debugimplementation, which prints out the full error chain
with libraries likeanyhoworeyre, rather than theDisplayimplementation. Thanks
Alex Badics for your first contribution! - MSRV updated to Rust 1.58.
Internal improvements
- datatest-stable now uses libtest-mimic 0.5.2. Thanks [Lukas Kalbertodt] (maintainer of
libtest-mimic) for your first contribution!
datatest-stable 0.1.2
Changed
- New internal implementation, based on top of libtest-mimic.
- Repository updated to nextest-rs/datatest-stable.
- MSRV updated to Rust 1.56.
There are no functional changes in this release.