diff --git a/CHANGELOG.md b/CHANGELOG.md index f6e6442..da2900b 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.1] - 2023-09-28 + ### Internal - Update anstream @@ -194,7 +196,8 @@ and choose a nightly that actually exists. ``` -[Unreleased]: https://github.com/rust-cli/human-panic/compare/v1.2.0...HEAD +[Unreleased]: https://github.com/rust-cli/human-panic/compare/v1.2.1...HEAD +[1.2.1]: https://github.com/rust-cli/human-panic/compare/v1.2.0...v1.2.1 [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 diff --git a/Cargo.lock b/Cargo.lock index ffee52d..57f9ca4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -161,7 +161,7 @@ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" [[package]] name = "human-panic" -version = "1.2.0" +version = "1.2.1" dependencies = [ "anstream 0.6.0", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 3905431..ed9f53f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ include = [ [package] name = "human-panic" -version = "1.2.0" +version = "1.2.1" description = "Panic messages for humans" repository = "https://github.com/rust-cli/human-panic" homepage = "https://github.com/rust-cli/human-panic"