diff --git a/CHANGELOG.md b/CHANGELOG.md index 13a3e71..11e6361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [0.5.9] - 2024-02-09 + ### Compatibility - Bumped MSRV to 1.72 @@ -131,7 +133,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Define concrete CargoError ([445cb391](https://github.com/crate-ci/escargot/commit/445cb39156b63ce1894d40b31805273d995e185c), breaks [#](https://github.com/crate-ci/escargot/issues/)) -[Unreleased]: https://github.com/crate-ci/escargot/compare/v0.5.8...HEAD +[Unreleased]: https://github.com/crate-ci/escargot/compare/v0.5.9...HEAD +[0.5.9]: https://github.com/crate-ci/escargot/compare/v0.5.8...v0.5.9 [0.5.8]: https://github.com/crate-ci/escargot/compare/v0.5.7...v0.5.8 [0.5.7]: https://github.com/crate-ci/escargot/compare/v0.5.6...v0.5.7 [0.5.6]: https://github.com/crate-ci/escargot/compare/v0.5.5...v0.5.6 diff --git a/Cargo.lock b/Cargo.lock index 0577f91..03e05cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -82,7 +82,7 @@ checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" [[package]] name = "escargot" -version = "0.5.8" +version = "0.5.9" dependencies = [ "assert_fs", "log", diff --git a/Cargo.toml b/Cargo.toml index 5904547..47ad50a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "escargot" -version = "0.5.8" +version = "0.5.9" description = "Cargo API written in Paris" authors = ["Ed Page "] repository = "https://github.com/crate-ci/escargot.git"