diff --git a/CHANGELOG.md b/CHANGELOG.md index ed58dc6..aa61b6e 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.0] - 2023-12-27 + ### Compatibility - Update MSRV to 1.70.0 @@ -260,7 +262,8 @@ Stable release! -[Unreleased]: https://github.com/assert-rs/assert_fs/compare/v1.0.13...HEAD +[Unreleased]: https://github.com/assert-rs/assert_fs/compare/v1.1.0...HEAD +[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 [1.0.12]: https://github.com/assert-rs/assert_fs/compare/v1.0.11...v1.0.12 [1.0.11]: https://github.com/assert-rs/assert_fs/compare/v1.0.10...v1.0.11 diff --git a/Cargo.lock b/Cargo.lock index ce40a2b..c48e8bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -61,7 +61,7 @@ dependencies = [ [[package]] name = "assert_fs" -version = "1.0.13" +version = "1.1.0" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index acd197f..b049535 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ include = [ [package] name = "assert_fs" -version = "1.0.13" +version = "1.1.0" authors = ["Ed Page "] description = "Filesystem fixtures and assertions for testing." repository = "https://github.com/assert-rs/assert_fs.git"