From 0b22d4dac6c84dc8db4e0d6825ab3951f27a0bb6 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 10 Oct 2024 13:12:58 -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 bd939ae..221b34e 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.2] - 2024-10-10 + ### Fixes - Improve detection of what can be trimmed from backtrace @@ -231,7 +233,8 @@ and choose a nightly that actually exists. ``` -[Unreleased]: https://github.com/rust-cli/human-panic/compare/v2.0.1...HEAD +[Unreleased]: https://github.com/rust-cli/human-panic/compare/v2.0.2...HEAD +[2.0.2]: https://github.com/rust-cli/human-panic/compare/v2.0.1...v2.0.2 [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 diff --git a/Cargo.lock b/Cargo.lock index 329ece7..24f6c2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -195,7 +195,7 @@ checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156" [[package]] name = "human-panic" -version = "2.0.1" +version = "2.0.2" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index a5b2731..cb5b624 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ zero_sized_map_values = "warn" [package] name = "human-panic" -version = "2.0.1" +version = "2.0.2" description = "Panic messages for humans" homepage = "https://github.com/rust-cli/human-panic" categories = ["command-line-interface"]