diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ead0b6..ea8ec30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [1.1.2] - 2024-07-25 + ### Compatibility - Update MSRV to 1.74.0 @@ -272,7 +274,8 @@ Stable release! -[Unreleased]: https://github.com/assert-rs/assert_fs/compare/v1.1.1...HEAD +[Unreleased]: https://github.com/assert-rs/assert_fs/compare/v1.1.2...HEAD +[1.1.2]: https://github.com/assert-rs/assert_fs/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/assert-rs/assert_fs/compare/v1.0.13...v1.1.0 [1.0.13]: https://github.com/assert-rs/assert_fs/compare/v1.0.12...v1.0.13 diff --git a/Cargo.lock b/Cargo.lock index 909ac95..654638c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -61,7 +61,7 @@ dependencies = [ [[package]] name = "assert_fs" -version = "1.1.1" +version = "1.1.2" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 83d0642..6ef8ff2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,7 @@ zero_sized_map_values = "warn" [package] name = "assert_fs" -version = "1.1.1" +version = "1.1.2" authors = ["Ed Page "] description = "Filesystem fixtures and assertions for testing." repository = "https://github.com/assert-rs/assert_fs.git"