From 623aa65af5d2105ae41530cbc585f5f08d412127 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 11 Jan 2024 20:55:27 -0600 Subject: [PATCH] chore: Release --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51ac9db..ea24a1d 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.3] - 2024-01-12 + ### Internal - Update anstream @@ -206,7 +208,8 @@ and choose a nightly that actually exists. ``` -[Unreleased]: https://github.com/rust-cli/human-panic/compare/v1.2.2...HEAD +[Unreleased]: https://github.com/rust-cli/human-panic/compare/v1.2.3...HEAD +[1.2.3]: https://github.com/rust-cli/human-panic/compare/v1.2.2...v1.2.3 [1.2.2]: https://github.com/rust-cli/human-panic/compare/v1.2.1...v1.2.2 [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 diff --git a/Cargo.lock b/Cargo.lock index 129f381..244dbb3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -140,7 +140,7 @@ checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156" [[package]] name = "human-panic" -version = "1.2.2" +version = "1.2.3" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 8c0f643..5cd46f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ include = [ [package] name = "human-panic" -version = "1.2.2" +version = "1.2.3" description = "Panic messages for humans" repository = "https://github.com/rust-cli/human-panic" homepage = "https://github.com/rust-cli/human-panic"