From fb47021b987f2ded688c13558912d333020c75f7 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 12 Sep 2023 12:50:55 -0500 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- crates/anstyle-termcolor/CHANGELOG.md | 5 ++++- crates/anstyle-termcolor/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 103510d1..7ae289c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -164,7 +164,7 @@ dependencies = [ [[package]] name = "anstyle-termcolor" -version = "1.0.0" +version = "1.1.0" dependencies = [ "anstyle 1.0.3", "termcolor", diff --git a/crates/anstyle-termcolor/CHANGELOG.md b/crates/anstyle-termcolor/CHANGELOG.md index ac55e55d..0288e489 100644 --- a/crates/anstyle-termcolor/CHANGELOG.md +++ b/crates/anstyle-termcolor/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [1.1.0] - 2023-09-12 + ### Compatibility - Update MSRV to 1.70.0 @@ -36,7 +38,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [0.1.1] - 2022-05-18 -[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-termcolor-v1.0.0...HEAD +[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-termcolor-v1.1.0...HEAD +[1.1.0]: https://github.com/rust-cli/anstyle/compare/anstyle-termcolor-v1.0.0...anstyle-termcolor-v1.1.0 [1.0.0]: https://github.com/rust-cli/anstyle/compare/anstyle-termcolor-v0.3.0...anstyle-termcolor-v1.0.0 [0.3.0]: https://github.com/rust-cli/anstyle/compare/anstyle-termcolor-v0.2.2...anstyle-termcolor-v0.3.0 [0.2.2]: https://github.com/rust-cli/anstyle/compare/anstyle-termcolor-v0.2.1...anstyle-termcolor-v0.2.2 diff --git a/crates/anstyle-termcolor/Cargo.toml b/crates/anstyle-termcolor/Cargo.toml index a38c0216..fee593e6 100644 --- a/crates/anstyle-termcolor/Cargo.toml +++ b/crates/anstyle-termcolor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anstyle-termcolor" -version = "1.0.0" +version = "1.1.0" description = "Adapt between termcolor and anstyle" repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle"