diff --git a/CHANGELOG.md b/CHANGELOG.md index 11f247c..fea7ae2 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.1] - 2024-01-12 + ### Internal - Dependency update @@ -266,7 +268,8 @@ Stable release! -[Unreleased]: https://github.com/assert-rs/assert_fs/compare/v1.1.0...HEAD +[Unreleased]: https://github.com/assert-rs/assert_fs/compare/v1.1.1...HEAD +[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 [1.0.12]: https://github.com/assert-rs/assert_fs/compare/v1.0.11...v1.0.12 diff --git a/Cargo.lock b/Cargo.lock index 7b4a7a7..83c9763 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -61,7 +61,7 @@ dependencies = [ [[package]] name = "assert_fs" -version = "1.1.0" +version = "1.1.1" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index caf47ff..fae4fe3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ include = [ [package] name = "assert_fs" -version = "1.1.0" +version = "1.1.1" authors = ["Ed Page "] description = "Filesystem fixtures and assertions for testing." repository = "https://github.com/assert-rs/assert_fs.git"