diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d1a5ec..4324729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.4.1] - 2022-06-07 + +- Add `rust = "1.56"` to `Cargo.toml`, stating the existing MSRV. +- Update `crossbeam-channel` to deduplicate some indirect dependencies. + ## [0.4.0] - 2022-05-13 - **Breaking**: Update to Rust 2021, bumping MSRV to 1.56 - Fix `--list --ignored` behavior diff --git a/Cargo.toml b/Cargo.toml index 0504ff5..fe93b60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libtest-mimic" -version = "0.4.0" +version = "0.4.1" authors = ["Lukas Kalbertodt "] edition = "2021" rust = "1.56"