From ffa24585b5b5c70778e38d7db9d33cc7b8bdeec8 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Sat, 22 Jun 2024 20:52:59 -0400 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- crates/anstyle-yansi/CHANGELOG.md | 5 ++++- crates/anstyle-yansi/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f6475ed6..9dcbc8bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -224,7 +224,7 @@ dependencies = [ [[package]] name = "anstyle-yansi" -version = "1.0.1" +version = "2.0.0" dependencies = [ "anstyle 1.0.7", "yansi", diff --git a/crates/anstyle-yansi/CHANGELOG.md b/crates/anstyle-yansi/CHANGELOG.md index 5e0348b7..a45a1d16 100644 --- a/crates/anstyle-yansi/CHANGELOG.md +++ b/crates/anstyle-yansi/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [2.0.0] - 2024-06-23 + - Update to yansi 1.0 ## [1.0.1] - 2024-05-02 @@ -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-yansi-v1.0.1...HEAD +[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-yansi-v2.0.0...HEAD +[2.0.0]: https://github.com/rust-cli/anstyle/compare/anstyle-yansi-v1.0.1...anstyle-yansi-v2.0.0 [1.0.1]: https://github.com/rust-cli/anstyle/compare/anstyle-yansi-v1.0.0...anstyle-yansi-v1.0.1 [1.0.0]: https://github.com/rust-cli/anstyle/compare/anstyle-yansi-v0.3.0...anstyle-yansi-v1.0.0 [0.3.0]: https://github.com/rust-cli/anstyle/compare/anstyle-yansi-v0.2.2...anstyle-yansi-v0.3.0 diff --git a/crates/anstyle-yansi/Cargo.toml b/crates/anstyle-yansi/Cargo.toml index 48482717..f8be7346 100644 --- a/crates/anstyle-yansi/Cargo.toml +++ b/crates/anstyle-yansi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anstyle-yansi" -version = "1.0.1" +version = "2.0.0" description = "Adapt between yansi and anstyle" repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle"