From 69ac4913511ce5b7135fb8ac705030eb77cc2beb Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 13 Jun 2023 10:13:43 -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 d1b2486..c549fc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [1.1.5] - 2023-06-13 + ### Fixes - Avoid symbol conflicts from macros @@ -178,7 +180,8 @@ and choose a nightly that actually exists. ``` -[Unreleased]: https://github.com/rust-cli/human-panic/compare/v1.1.4...HEAD +[Unreleased]: https://github.com/rust-cli/human-panic/compare/v1.1.5...HEAD +[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 [1.1.2]: https://github.com/rust-cli/human-panic/compare/v1.1.1...v1.1.2 diff --git a/Cargo.lock b/Cargo.lock index dafc844..3e788eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -171,7 +171,7 @@ checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" [[package]] name = "human-panic" -version = "1.1.4" +version = "1.1.5" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 9095a89..5672c08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ include = [ [package] name = "human-panic" -version = "1.1.4" +version = "1.1.5" description = "Panic messages for humans" repository = "https://github.com/rust-cli/human-panic" homepage = "https://github.com/rust-cli/human-panic"