From 61026e6325e474f2bbfbc00d83448092c6787bfd Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 25 Jul 2024 08:48:53 -0500 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 4092e36..a3d9f96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [2.0.1] - 2024-07-25 + ### Compatibility - Update MSV to 1.74 @@ -225,7 +227,8 @@ and choose a nightly that actually exists. ``` -[Unreleased]: https://github.com/rust-cli/human-panic/compare/v2.0.0...HEAD +[Unreleased]: https://github.com/rust-cli/human-panic/compare/v2.0.1...HEAD +[2.0.1]: https://github.com/rust-cli/human-panic/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/rust-cli/human-panic/compare/v1.2.3...v2.0.0 [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 diff --git a/Cargo.lock b/Cargo.lock index 2b7f459..95957f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -140,7 +140,7 @@ checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156" [[package]] name = "human-panic" -version = "2.0.0" +version = "2.0.1" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 4897330..8454243 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ zero_sized_map_values = "warn" [package] name = "human-panic" -version = "2.0.0" +version = "2.0.1" description = "Panic messages for humans" repository = "https://github.com/rust-cli/human-panic" homepage = "https://github.com/rust-cli/human-panic"