diff --git a/CHANGELOG.md b/CHANGELOG.md index 78f4508..720b4e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [1.2.0] - 2023-08-24 + ### Compatibility - Update MSV to 1.70.0 @@ -188,7 +190,8 @@ and choose a nightly that actually exists. ``` -[Unreleased]: https://github.com/rust-cli/human-panic/compare/v1.1.5...HEAD +[Unreleased]: https://github.com/rust-cli/human-panic/compare/v1.2.0...HEAD +[1.2.0]: https://github.com/rust-cli/human-panic/compare/v1.1.5...v1.2.0 [1.1.5]: https://github.com/rust-cli/human-panic/compare/v1.1.4...v1.1.5 [1.1.4]: https://github.com/rust-cli/human-panic/compare/v1.1.3...v1.1.4 [1.1.3]: https://github.com/rust-cli/human-panic/compare/v1.1.2...v1.1.3 diff --git a/Cargo.lock b/Cargo.lock index 35232d8..909101c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -137,7 +137,7 @@ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" [[package]] name = "human-panic" -version = "1.1.5" +version = "1.2.0" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 02f57a3..2b9bd3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ include = [ [package] name = "human-panic" -version = "1.1.5" +version = "1.2.0" description = "Panic messages for humans" repository = "https://github.com/rust-cli/human-panic" homepage = "https://github.com/rust-cli/human-panic"