From 1b3fa56dd24718ea4a808ed1ef39db2e64c4425d Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 28 Sep 2023 13:48:34 -0500 Subject: [PATCH] chore: Release --- Cargo.lock | 4 ++-- crates/anstyle-parse/CHANGELOG.md | 5 ++++- crates/anstyle-parse/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c472636e..ed90f16b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -22,7 +22,7 @@ name = "anstream" version = "0.5.0" dependencies = [ "anstyle 1.0.3", - "anstyle-parse 0.2.1", + "anstyle-parse 0.2.2", "anstyle-query 1.0.0", "anstyle-wincon 2.1.0", "colorchoice 1.0.0", @@ -116,7 +116,7 @@ dependencies = [ [[package]] name = "anstyle-parse" -version = "0.2.1" +version = "0.2.2" dependencies = [ "arrayvec", "codegenrs", diff --git a/crates/anstyle-parse/CHANGELOG.md b/crates/anstyle-parse/CHANGELOG.md index 0ed0e3c3..1491e74a 100644 --- a/crates/anstyle-parse/CHANGELOG.md +++ b/crates/anstyle-parse/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [0.2.2] - 2023-09-28 + ### Compatibility - Update MSRV to 1.70.0 @@ -26,7 +28,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [0.0.1] - 2023-03-07 -[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-parse-v0.2.1...HEAD +[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-parse-v0.2.2...HEAD +[0.2.2]: https://github.com/rust-cli/anstyle/compare/anstyle-parse-v0.2.1...anstyle-parse-v0.2.2 [0.2.1]: https://github.com/rust-cli/anstyle/compare/anstyle-parse-v0.2.0...anstyle-parse-v0.2.1 [0.2.0]: https://github.com/rust-cli/anstyle/compare/anstyle-parse-v0.1.1...anstyle-parse-v0.2.0 [0.1.1]: https://github.com/rust-cli/anstyle/compare/anstyle-parse-v0.1.0...anstyle-parse-v0.1.1 diff --git a/crates/anstyle-parse/Cargo.toml b/crates/anstyle-parse/Cargo.toml index 749fcf24..b436c3d7 100644 --- a/crates/anstyle-parse/Cargo.toml +++ b/crates/anstyle-parse/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anstyle-parse" -version = "0.2.1" +version = "0.2.2" description = "Parse ANSI Style Escapes" repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle"