From 6e96e966c1e75ed81194dea225570355161e300a Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 25 Jul 2024 08:27:40 -0500 Subject: [PATCH] chore: Release --- Cargo.lock | 76 +++++++++++++------------- crates/anstream/CHANGELOG.md | 5 +- crates/anstream/Cargo.toml | 2 +- crates/anstyle-ansi-term/CHANGELOG.md | 5 +- crates/anstyle-ansi-term/Cargo.toml | 2 +- crates/anstyle-crossterm/CHANGELOG.md | 5 +- crates/anstyle-crossterm/Cargo.toml | 2 +- crates/anstyle-git/CHANGELOG.md | 5 +- crates/anstyle-git/Cargo.toml | 2 +- crates/anstyle-lossy/CHANGELOG.md | 5 +- crates/anstyle-lossy/Cargo.toml | 2 +- crates/anstyle-ls/CHANGELOG.md | 5 +- crates/anstyle-ls/Cargo.toml | 2 +- crates/anstyle-owo-colors/CHANGELOG.md | 5 +- crates/anstyle-owo-colors/Cargo.toml | 2 +- crates/anstyle-parse/CHANGELOG.md | 5 +- crates/anstyle-parse/Cargo.toml | 2 +- crates/anstyle-query/CHANGELOG.md | 5 +- crates/anstyle-query/Cargo.toml | 2 +- crates/anstyle-roff/CHANGELOG.md | 5 +- crates/anstyle-roff/Cargo.toml | 2 +- crates/anstyle-svg/CHANGELOG.md | 5 +- crates/anstyle-svg/Cargo.toml | 2 +- crates/anstyle-syntect/CHANGELOG.md | 5 +- crates/anstyle-syntect/Cargo.toml | 2 +- crates/anstyle-termcolor/CHANGELOG.md | 5 +- crates/anstyle-termcolor/Cargo.toml | 2 +- crates/anstyle-wincon/CHANGELOG.md | 5 +- crates/anstyle-wincon/Cargo.toml | 2 +- crates/anstyle-yansi/CHANGELOG.md | 5 +- crates/anstyle-yansi/Cargo.toml | 2 +- crates/anstyle/CHANGELOG.md | 5 +- crates/anstyle/Cargo.toml | 2 +- crates/colorchoice-clap/CHANGELOG.md | 5 +- crates/colorchoice-clap/Cargo.toml | 2 +- crates/colorchoice/CHANGELOG.md | 5 +- crates/colorchoice/Cargo.toml | 2 +- 37 files changed, 128 insertions(+), 74 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b893219..e712ba2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -42,13 +42,13 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.14" +version = "0.6.15" dependencies = [ - "anstyle 1.0.7", - "anstyle-parse 0.2.4", - "anstyle-query 1.1.0", - "anstyle-wincon 3.0.3", - "colorchoice 1.0.1", + "anstyle 1.0.8", + "anstyle-parse 0.2.5", + "anstyle-query 1.1.1", + "anstyle-wincon 3.0.4", + "colorchoice 1.0.2", "divan", "is_terminal_polyfill", "lexopt", @@ -66,53 +66,53 @@ checksum = "15c4c2c83f81532e5845a733998b6971faca23490340a418e9b72a3ec9de12ea" [[package]] name = "anstyle" -version = "1.0.7" +version = "1.0.8" dependencies = [ "lexopt", ] [[package]] name = "anstyle-ansi-term" -version = "1.0.1" +version = "1.0.2" dependencies = [ "ansi_term", - "anstyle 1.0.7", + "anstyle 1.0.8", ] [[package]] name = "anstyle-crossterm" -version = "2.0.1" +version = "2.0.2" dependencies = [ - "anstyle 1.0.7", + "anstyle 1.0.8", "crossterm", ] [[package]] name = "anstyle-git" -version = "1.1.0" +version = "1.1.1" dependencies = [ - "anstyle 1.0.7", + "anstyle 1.0.8", ] [[package]] name = "anstyle-lossy" -version = "1.1.1" +version = "1.1.2" dependencies = [ - "anstyle 1.0.7", + "anstyle 1.0.8", ] [[package]] name = "anstyle-ls" -version = "1.0.2" +version = "1.0.3" dependencies = [ - "anstyle 1.0.7", + "anstyle 1.0.8", ] [[package]] name = "anstyle-owo-colors" -version = "2.0.1" +version = "2.0.2" dependencies = [ - "anstyle 1.0.7", + "anstyle 1.0.8", "owo-colors", ] @@ -127,7 +127,7 @@ dependencies = [ [[package]] name = "anstyle-parse" -version = "0.2.4" +version = "0.2.5" dependencies = [ "arrayvec", "codegenrs", @@ -149,16 +149,16 @@ dependencies = [ [[package]] name = "anstyle-query" -version = "1.1.0" +version = "1.1.1" dependencies = [ "windows-sys 0.52.0", ] [[package]] name = "anstyle-roff" -version = "0.3.3" +version = "0.3.4" dependencies = [ - "anstyle 1.0.7", + "anstyle 1.0.8", "anstyle-lossy", "cansi", "roff", @@ -167,10 +167,10 @@ dependencies = [ [[package]] name = "anstyle-svg" -version = "0.1.4" +version = "0.1.5" dependencies = [ - "anstream 0.6.14", - "anstyle 1.0.7", + "anstream 0.6.15", + "anstyle 1.0.8", "anstyle-lossy", "html-escape", "snapbox", @@ -179,17 +179,17 @@ dependencies = [ [[package]] name = "anstyle-syntect" -version = "1.0.1" +version = "1.0.2" dependencies = [ - "anstyle 1.0.7", + "anstyle 1.0.8", "syntect", ] [[package]] name = "anstyle-termcolor" -version = "1.1.1" +version = "1.1.2" dependencies = [ - "anstyle 1.0.7", + "anstyle 1.0.8", "termcolor", ] @@ -215,18 +215,18 @@ dependencies = [ [[package]] name = "anstyle-wincon" -version = "3.0.3" +version = "3.0.4" dependencies = [ - "anstyle 1.0.7", + "anstyle 1.0.8", "lexopt", "windows-sys 0.52.0", ] [[package]] name = "anstyle-yansi" -version = "2.0.0" +version = "2.0.1" dependencies = [ - "anstyle 1.0.7", + "anstyle 1.0.8", "yansi", ] @@ -342,15 +342,15 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "colorchoice" -version = "1.0.1" +version = "1.0.2" [[package]] name = "colorchoice-clap" -version = "1.0.4" +version = "1.0.5" dependencies = [ - "anstream 0.6.14", + "anstream 0.6.15", "clap", - "colorchoice 1.0.1", + "colorchoice 1.0.2", "owo-colors", ] diff --git a/crates/anstream/CHANGELOG.md b/crates/anstream/CHANGELOG.md index 5dbb0e49..40d21eb5 100644 --- a/crates/anstream/CHANGELOG.md +++ b/crates/anstream/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [0.6.15] - 2024-07-25 + ## [0.6.14] - 2024-05-02 ### Fixes @@ -233,7 +235,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/anstream-v0.6.14...HEAD +[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.15...HEAD +[0.6.15]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.14...anstream-v0.6.15 [0.6.14]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14 [0.6.13]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.12...anstream-v0.6.13 [0.6.12]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.11...anstream-v0.6.12 diff --git a/crates/anstream/Cargo.toml b/crates/anstream/Cargo.toml index 17a80e7d..381f499a 100644 --- a/crates/anstream/Cargo.toml +++ b/crates/anstream/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anstream" -version = "0.6.14" +version = "0.6.15" description = "A simple cross platform library for writing colored text to a terminal." repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle" diff --git a/crates/anstyle-ansi-term/CHANGELOG.md b/crates/anstyle-ansi-term/CHANGELOG.md index 42152209..e0944069 100644 --- a/crates/anstyle-ansi-term/CHANGELOG.md +++ b/crates/anstyle-ansi-term/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [1.0.2] - 2024-07-25 + ## [1.0.1] - 2024-05-02 ### Fixes @@ -30,7 +32,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [0.1.1] - 2022-08-17 -[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-ansi-term-v1.0.1...HEAD +[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-ansi-term-v1.0.2...HEAD +[1.0.2]: https://github.com/rust-cli/anstyle/compare/anstyle-ansi-term-v1.0.1...anstyle-ansi-term-v1.0.2 [1.0.1]: https://github.com/rust-cli/anstyle/compare/anstyle-ansi-term-v1.0.0...anstyle-ansi-term-v1.0.1 [1.0.0]: https://github.com/rust-cli/anstyle/compare/anstyle-ansi-term-v0.2.0...anstyle-ansi-term-v1.0.0 [0.2.0]: https://github.com/rust-cli/anstyle/compare/anstyle-ansi-term-v0.1.2...anstyle-ansi-term-v0.2.0 diff --git a/crates/anstyle-ansi-term/Cargo.toml b/crates/anstyle-ansi-term/Cargo.toml index fcbcd19d..ff187dc1 100644 --- a/crates/anstyle-ansi-term/Cargo.toml +++ b/crates/anstyle-ansi-term/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anstyle-ansi-term" -version = "1.0.1" +version = "1.0.2" description = "Adapt between ansi_term and anstyle" repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle" diff --git a/crates/anstyle-crossterm/CHANGELOG.md b/crates/anstyle-crossterm/CHANGELOG.md index 8252e603..16fc589d 100644 --- a/crates/anstyle-crossterm/CHANGELOG.md +++ b/crates/anstyle-crossterm/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [2.0.2] - 2024-07-25 + ## [2.0.1] - 2024-05-02 ### Fixes @@ -38,7 +40,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [0.1.1] - 2022-10-07 -[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v2.0.1...HEAD +[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v2.0.2...HEAD +[2.0.2]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v2.0.1...anstyle-crossterm-v2.0.2 [2.0.1]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v2.0.0...anstyle-crossterm-v2.0.1 [2.0.0]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v1.0.0...anstyle-crossterm-v2.0.0 [1.0.0]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v0.2.0...anstyle-crossterm-v1.0.0 diff --git a/crates/anstyle-crossterm/Cargo.toml b/crates/anstyle-crossterm/Cargo.toml index 26a196b0..c4e3f690 100644 --- a/crates/anstyle-crossterm/Cargo.toml +++ b/crates/anstyle-crossterm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anstyle-crossterm" -version = "2.0.1" +version = "2.0.2" description = "Adapt between crossterm and anstyle" repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle" diff --git a/crates/anstyle-git/CHANGELOG.md b/crates/anstyle-git/CHANGELOG.md index 88461942..705700e8 100644 --- a/crates/anstyle-git/CHANGELOG.md +++ b/crates/anstyle-git/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [1.1.1] - 2024-07-25 + ## [1.1.0] - 2024-07-14 ### Features @@ -42,7 +44,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [0.2.1] - 2022-05-19 -[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-git-v1.1.0...HEAD +[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-git-v1.1.1...HEAD +[1.1.1]: https://github.com/rust-cli/anstyle/compare/anstyle-git-v1.1.0...anstyle-git-v1.1.1 [1.1.0]: https://github.com/rust-cli/anstyle/compare/anstyle-git-v1.0.1...anstyle-git-v1.1.0 [1.0.1]: https://github.com/rust-cli/anstyle/compare/anstyle-git-v1.0.0...anstyle-git-v1.0.1 [1.0.0]: https://github.com/rust-cli/anstyle/compare/anstyle-git-v0.3.0...anstyle-git-v1.0.0 diff --git a/crates/anstyle-git/Cargo.toml b/crates/anstyle-git/Cargo.toml index bb9a54fd..01d105b3 100644 --- a/crates/anstyle-git/Cargo.toml +++ b/crates/anstyle-git/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anstyle-git" -version = "1.1.0" +version = "1.1.1" description = "Parse Git Style Descriptions" repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle" diff --git a/crates/anstyle-lossy/CHANGELOG.md b/crates/anstyle-lossy/CHANGELOG.md index 82fb5880..cffe4412 100644 --- a/crates/anstyle-lossy/CHANGELOG.md +++ b/crates/anstyle-lossy/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [1.1.2] - 2024-07-25 + ## [1.1.1] - 2024-05-02 ### Fixes @@ -42,7 +44,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [0.1.1] - 2022-10-07 -[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-lossy-v1.1.1...HEAD +[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-lossy-v1.1.2...HEAD +[1.1.2]: https://github.com/rust-cli/anstyle/compare/anstyle-lossy-v1.1.1...anstyle-lossy-v1.1.2 [1.1.1]: https://github.com/rust-cli/anstyle/compare/anstyle-lossy-v1.1.0...anstyle-lossy-v1.1.1 [1.1.0]: https://github.com/rust-cli/anstyle/compare/anstyle-lossy-v1.0.0...anstyle-lossy-v1.1.0 [1.0.0]: https://github.com/rust-cli/anstyle/compare/anstyle-lossy-v0.2.0...anstyle-lossy-v1.0.0 diff --git a/crates/anstyle-lossy/Cargo.toml b/crates/anstyle-lossy/Cargo.toml index d0d7e689..6edc94f8 100644 --- a/crates/anstyle-lossy/Cargo.toml +++ b/crates/anstyle-lossy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anstyle-lossy" -version = "1.1.1" +version = "1.1.2" description = "Lossy conversion between ANSI Color Codes" repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle" diff --git a/crates/anstyle-ls/CHANGELOG.md b/crates/anstyle-ls/CHANGELOG.md index d5f6f376..17361a78 100644 --- a/crates/anstyle-ls/CHANGELOG.md +++ b/crates/anstyle-ls/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [1.0.3] - 2024-07-25 + ## [1.0.2] - 2024-05-02 ### Fixes @@ -30,7 +32,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [0.1.1] - 2022-10-07 -[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-ls-v1.0.2...HEAD +[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-ls-v1.0.3...HEAD +[1.0.3]: https://github.com/rust-cli/anstyle/compare/anstyle-ls-v1.0.2...anstyle-ls-v1.0.3 [1.0.2]: https://github.com/rust-cli/anstyle/compare/anstyle-ls-v1.0.1...anstyle-ls-v1.0.2 [1.0.1]: https://github.com/rust-cli/anstyle/compare/anstyle-ls-v1.0.0...anstyle-ls-v1.0.1 [1.0.0]: https://github.com/rust-cli/anstyle/compare/anstyle-ls-v0.2.0...anstyle-ls-v1.0.0 diff --git a/crates/anstyle-ls/Cargo.toml b/crates/anstyle-ls/Cargo.toml index e18f0a31..efb5cddd 100644 --- a/crates/anstyle-ls/Cargo.toml +++ b/crates/anstyle-ls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anstyle-ls" -version = "1.0.2" +version = "1.0.3" description = "Parse LS_COLORS Style Descriptions" repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle" diff --git a/crates/anstyle-owo-colors/CHANGELOG.md b/crates/anstyle-owo-colors/CHANGELOG.md index c2a900c7..5d298c6b 100644 --- a/crates/anstyle-owo-colors/CHANGELOG.md +++ b/crates/anstyle-owo-colors/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [2.0.2] - 2024-07-25 + ## [2.0.1] - 2024-05-02 ### Fixes @@ -47,7 +49,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-owo-colors-v2.0.1...HEAD +[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-owo-colors-v2.0.2...HEAD +[2.0.2]: https://github.com/rust-cli/anstyle/compare/anstyle-owo-colors-v2.0.1...anstyle-owo-colors-v2.0.2 [2.0.1]: https://github.com/rust-cli/anstyle/compare/anstyle-owo-colors-v2.0.0...anstyle-owo-colors-v2.0.1 [2.0.0]: https://github.com/rust-cli/anstyle/compare/anstyle-owo-colors-v1.0.1...anstyle-owo-colors-v2.0.0 [1.0.1]: https://github.com/rust-cli/anstyle/compare/anstyle-owo-colors-v1.0.0...anstyle-owo-colors-v1.0.1 diff --git a/crates/anstyle-owo-colors/Cargo.toml b/crates/anstyle-owo-colors/Cargo.toml index 1920b85b..c65e14e5 100644 --- a/crates/anstyle-owo-colors/Cargo.toml +++ b/crates/anstyle-owo-colors/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anstyle-owo-colors" -version = "2.0.1" +version = "2.0.2" description = "Adapt between owo-colors and anstyle" repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle" diff --git a/crates/anstyle-parse/CHANGELOG.md b/crates/anstyle-parse/CHANGELOG.md index 4eca338c..7105a1f8 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.5] - 2024-07-25 + ## [0.2.4] - 2024-05-02 ### Fixes @@ -36,7 +38,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.4...HEAD +[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-parse-v0.2.5...HEAD +[0.2.5]: https://github.com/rust-cli/anstyle/compare/anstyle-parse-v0.2.4...anstyle-parse-v0.2.5 [0.2.4]: https://github.com/rust-cli/anstyle/compare/anstyle-parse-v0.2.3...anstyle-parse-v0.2.4 [0.2.3]: https://github.com/rust-cli/anstyle/compare/anstyle-parse-v0.2.2...anstyle-parse-v0.2.3 [0.2.2]: https://github.com/rust-cli/anstyle/compare/anstyle-parse-v0.2.1...anstyle-parse-v0.2.2 diff --git a/crates/anstyle-parse/Cargo.toml b/crates/anstyle-parse/Cargo.toml index cdab6211..459dac4a 100644 --- a/crates/anstyle-parse/Cargo.toml +++ b/crates/anstyle-parse/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anstyle-parse" -version = "0.2.4" +version = "0.2.5" description = "Parse ANSI Style Escapes" repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle" diff --git a/crates/anstyle-query/CHANGELOG.md b/crates/anstyle-query/CHANGELOG.md index 61fb88d5..f4aa1ce2 100644 --- a/crates/anstyle-query/CHANGELOG.md +++ b/crates/anstyle-query/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [1.1.1] - 2024-07-25 + ## [1.1.0] - 2024-06-04 ### Fixes @@ -34,7 +36,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [1.0.0] - 2023-04-13 -[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-query-v1.1.0...HEAD +[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-query-v1.1.1...HEAD +[1.1.1]: https://github.com/rust-cli/anstyle/compare/anstyle-query-v1.1.0...anstyle-query-v1.1.1 [1.1.0]: https://github.com/rust-cli/anstyle/compare/anstyle-query-v1.0.3...anstyle-query-v1.1.0 [1.0.3]: https://github.com/rust-cli/anstyle/compare/anstyle-query-v1.0.2...anstyle-query-v1.0.3 [1.0.2]: https://github.com/rust-cli/anstyle/compare/anstyle-query-v1.0.1...anstyle-query-v1.0.2 diff --git a/crates/anstyle-query/Cargo.toml b/crates/anstyle-query/Cargo.toml index 91b5a997..8e3b22de 100644 --- a/crates/anstyle-query/Cargo.toml +++ b/crates/anstyle-query/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anstyle-query" -version = "1.1.0" +version = "1.1.1" description = "Look up colored console capabilities" repository = "https://github.com/rust-cli/anstyle" categories = ["command-line-interface"] diff --git a/crates/anstyle-roff/CHANGELOG.md b/crates/anstyle-roff/CHANGELOG.md index 295048db..0048ff24 100644 --- a/crates/anstyle-roff/CHANGELOG.md +++ b/crates/anstyle-roff/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [0.3.4] - 2024-07-25 + ## [0.3.3] - 2024-05-02 ### Fixes @@ -36,7 +38,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [0.1.0] - 2023-02-10 -[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-roff-v0.3.3...HEAD +[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-roff-v0.3.4...HEAD +[0.3.4]: https://github.com/rust-cli/anstyle/compare/anstyle-roff-v0.3.3...anstyle-roff-v0.3.4 [0.3.3]: https://github.com/rust-cli/anstyle/compare/anstyle-roff-v0.3.2...anstyle-roff-v0.3.3 [0.3.2]: https://github.com/rust-cli/anstyle/compare/anstyle-roff-v0.3.1...anstyle-roff-v0.3.2 [0.3.1]: https://github.com/rust-cli/anstyle/compare/anstyle-roff-v0.3.0...anstyle-roff-v0.3.1 diff --git a/crates/anstyle-roff/Cargo.toml b/crates/anstyle-roff/Cargo.toml index 26aa38e8..90d3691b 100644 --- a/crates/anstyle-roff/Cargo.toml +++ b/crates/anstyle-roff/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anstyle-roff" -version = "0.3.3" +version = "0.3.4" description = "Adapt between anstyle and roff" repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle" diff --git a/crates/anstyle-svg/CHANGELOG.md b/crates/anstyle-svg/CHANGELOG.md index d0f94199..71e9f3ea 100644 --- a/crates/anstyle-svg/CHANGELOG.md +++ b/crates/anstyle-svg/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [0.1.5] - 2024-07-25 + ## [0.1.4] - 2024-05-02 ### Fixes @@ -37,7 +39,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [0.1.0] - 2024-02-18 -[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.4...HEAD +[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.5...HEAD +[0.1.5]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.4...anstyle-svg-v0.1.5 [0.1.4]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.3...anstyle-svg-v0.1.4 [0.1.3]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.2...anstyle-svg-v0.1.3 [0.1.2]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.1...anstyle-svg-v0.1.2 diff --git a/crates/anstyle-svg/Cargo.toml b/crates/anstyle-svg/Cargo.toml index b4e32576..f7753d02 100644 --- a/crates/anstyle-svg/Cargo.toml +++ b/crates/anstyle-svg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anstyle-svg" -version = "0.1.4" +version = "0.1.5" description = "Convert ANSI escape codes to SVG" repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle" diff --git a/crates/anstyle-syntect/CHANGELOG.md b/crates/anstyle-syntect/CHANGELOG.md index 70bff724..29127230 100644 --- a/crates/anstyle-syntect/CHANGELOG.md +++ b/crates/anstyle-syntect/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [1.0.2] - 2024-07-25 + ## [1.0.1] - 2024-05-02 ### Fixes @@ -30,7 +32,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [0.1.1] - 2022-10-13 -[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-syntect-v1.0.1...HEAD +[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-syntect-v1.0.2...HEAD +[1.0.2]: https://github.com/rust-cli/anstyle/compare/anstyle-syntect-v1.0.1...anstyle-syntect-v1.0.2 [1.0.1]: https://github.com/rust-cli/anstyle/compare/anstyle-syntect-v1.0.0...anstyle-syntect-v1.0.1 [1.0.0]: https://github.com/rust-cli/anstyle/compare/anstyle-syntect-v0.2.0...anstyle-syntect-v1.0.0 [0.2.0]: https://github.com/rust-cli/anstyle/compare/anstyle-syntect-v0.1.2...anstyle-syntect-v0.2.0 diff --git a/crates/anstyle-syntect/Cargo.toml b/crates/anstyle-syntect/Cargo.toml index d706c3af..f4c6e4d4 100644 --- a/crates/anstyle-syntect/Cargo.toml +++ b/crates/anstyle-syntect/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anstyle-syntect" -version = "1.0.1" +version = "1.0.2" description = "Adapt between syntect and anstyle" repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle" diff --git a/crates/anstyle-termcolor/CHANGELOG.md b/crates/anstyle-termcolor/CHANGELOG.md index 8fa80d09..a4434379 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.2] - 2024-07-25 + ## [1.1.1] - 2024-05-02 ### Fixes @@ -44,7 +46,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.1.1...HEAD +[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-termcolor-v1.1.2...HEAD +[1.1.2]: https://github.com/rust-cli/anstyle/compare/anstyle-termcolor-v1.1.1...anstyle-termcolor-v1.1.2 [1.1.1]: https://github.com/rust-cli/anstyle/compare/anstyle-termcolor-v1.1.0...anstyle-termcolor-v1.1.1 [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 diff --git a/crates/anstyle-termcolor/Cargo.toml b/crates/anstyle-termcolor/Cargo.toml index 356f57d4..e78ed6e3 100644 --- a/crates/anstyle-termcolor/Cargo.toml +++ b/crates/anstyle-termcolor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anstyle-termcolor" -version = "1.1.1" +version = "1.1.2" description = "Adapt between termcolor and anstyle" repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle" diff --git a/crates/anstyle-wincon/CHANGELOG.md b/crates/anstyle-wincon/CHANGELOG.md index e4526784..9bdb7ee1 100644 --- a/crates/anstyle-wincon/CHANGELOG.md +++ b/crates/anstyle-wincon/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [3.0.4] - 2024-07-25 + ## [3.0.3] - 2024-05-02 ### Fixes @@ -93,7 +95,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-wincon-v3.0.3...HEAD +[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.4...HEAD +[3.0.4]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.3...anstyle-wincon-v3.0.4 [3.0.3]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.2...anstyle-wincon-v3.0.3 [3.0.2]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.1...anstyle-wincon-v3.0.2 [3.0.1]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.0...anstyle-wincon-v3.0.1 diff --git a/crates/anstyle-wincon/Cargo.toml b/crates/anstyle-wincon/Cargo.toml index 42894294..deb77c81 100644 --- a/crates/anstyle-wincon/Cargo.toml +++ b/crates/anstyle-wincon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anstyle-wincon" -version = "3.0.3" +version = "3.0.4" description = "Styling legacy Windows terminals" repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle" diff --git a/crates/anstyle-yansi/CHANGELOG.md b/crates/anstyle-yansi/CHANGELOG.md index a45a1d16..544417f3 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.1] - 2024-07-25 + ## [2.0.0] - 2024-06-23 - Update to yansi 1.0 @@ -38,7 +40,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-v2.0.0...HEAD +[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-yansi-v2.0.1...HEAD +[2.0.1]: https://github.com/rust-cli/anstyle/compare/anstyle-yansi-v2.0.0...anstyle-yansi-v2.0.1 [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 diff --git a/crates/anstyle-yansi/Cargo.toml b/crates/anstyle-yansi/Cargo.toml index f8be7346..46458677 100644 --- a/crates/anstyle-yansi/Cargo.toml +++ b/crates/anstyle-yansi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anstyle-yansi" -version = "2.0.0" +version = "2.0.1" description = "Adapt between yansi and anstyle" repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle" diff --git a/crates/anstyle/CHANGELOG.md b/crates/anstyle/CHANGELOG.md index d888ff48..058c8443 100644 --- a/crates/anstyle/CHANGELOG.md +++ b/crates/anstyle/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [1.0.8] - 2024-07-25 + ## [1.0.7] - 2024-05-02 ### Fixes @@ -168,7 +170,8 @@ MSRV updated to 1.64.0 ## [0.1.1] - 2022-05-18 -[Unreleased]: https://github.com/rust-cli/anstyle/compare/v1.0.7...HEAD +[Unreleased]: https://github.com/rust-cli/anstyle/compare/v1.0.8...HEAD +[1.0.8]: https://github.com/rust-cli/anstyle/compare/v1.0.7...v1.0.8 [1.0.7]: https://github.com/rust-cli/anstyle/compare/v1.0.6...v1.0.7 [1.0.6]: https://github.com/rust-cli/anstyle/compare/v1.0.5...v1.0.6 [1.0.5]: https://github.com/rust-cli/anstyle/compare/v1.0.4...v1.0.5 diff --git a/crates/anstyle/Cargo.toml b/crates/anstyle/Cargo.toml index 406f207b..3e7dac3a 100644 --- a/crates/anstyle/Cargo.toml +++ b/crates/anstyle/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anstyle" -version = "1.0.7" +version = "1.0.8" description = "ANSI text styling" repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle" diff --git a/crates/colorchoice-clap/CHANGELOG.md b/crates/colorchoice-clap/CHANGELOG.md index d56baffa..be928986 100644 --- a/crates/colorchoice-clap/CHANGELOG.md +++ b/crates/colorchoice-clap/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [1.0.5] - 2024-07-25 + ## [1.0.4] - 2024-05-02 ### Fixes @@ -34,7 +36,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [1.0.0] - 2023-04-13 -[Unreleased]: https://github.com/rust-cli/anstyle/compare/colorchoice-clap-v1.0.4...HEAD +[Unreleased]: https://github.com/rust-cli/anstyle/compare/colorchoice-clap-v1.0.5...HEAD +[1.0.5]: https://github.com/rust-cli/anstyle/compare/colorchoice-clap-v1.0.4...colorchoice-clap-v1.0.5 [1.0.4]: https://github.com/rust-cli/anstyle/compare/colorchoice-clap-v1.0.3...colorchoice-clap-v1.0.4 [1.0.3]: https://github.com/rust-cli/anstyle/compare/colorchoice-clap-v1.0.2...colorchoice-clap-v1.0.3 [1.0.2]: https://github.com/rust-cli/anstyle/compare/colorchoice-clap-v1.0.1...colorchoice-clap-v1.0.2 diff --git a/crates/colorchoice-clap/Cargo.toml b/crates/colorchoice-clap/Cargo.toml index 59b92cdf..1ecb01c0 100644 --- a/crates/colorchoice-clap/Cargo.toml +++ b/crates/colorchoice-clap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "colorchoice-clap" -version = "1.0.4" +version = "1.0.5" description = "Clap mixin to override console colors" repository = "https://github.com/rust-cli/anstyle" categories = ["command-line-interface"] diff --git a/crates/colorchoice/CHANGELOG.md b/crates/colorchoice/CHANGELOG.md index 5b34e1cf..912e6d01 100644 --- a/crates/colorchoice/CHANGELOG.md +++ b/crates/colorchoice/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [1.0.2] - 2024-07-25 + ## [1.0.1] - 2024-05-02 ### Fixes @@ -16,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [1.0.0] - 2023-04-13 -[Unreleased]: https://github.com/rust-cli/anstyle/compare/colorchoice-v1.0.1...HEAD +[Unreleased]: https://github.com/rust-cli/anstyle/compare/colorchoice-v1.0.2...HEAD +[1.0.2]: https://github.com/rust-cli/anstyle/compare/colorchoice-v1.0.1...colorchoice-v1.0.2 [1.0.1]: https://github.com/rust-cli/anstyle/compare/colorchoice-v1.0.0...colorchoice-v1.0.1 [1.0.0]: https://github.com/rust-cli/anstyle/compare/c4423c1...colorchoice-v1.0.0 diff --git a/crates/colorchoice/Cargo.toml b/crates/colorchoice/Cargo.toml index 5b406ca4..c0459b7b 100644 --- a/crates/colorchoice/Cargo.toml +++ b/crates/colorchoice/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "colorchoice" -version = "1.0.1" +version = "1.0.2" description = "Global override of color control" repository = "https://github.com/rust-cli/anstyle" categories = ["command-line-interface"]