From 1ea194b616adeb117792d02cb4e0bffa7f884345 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 20 Jun 2023 16:32:24 -0500 Subject: [PATCH] chore: Release --- Cargo.lock | 72 ++++++++++++++-------------- crates/anstyle-ls/CHANGELOG.md | 5 +- crates/anstyle-ls/Cargo.toml | 2 +- crates/anstyle-parse/CHANGELOG.md | 5 +- crates/anstyle-parse/Cargo.toml | 2 +- crates/anstyle-roff/CHANGELOG.md | 5 +- crates/anstyle-roff/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 +- 11 files changed, 61 insertions(+), 46 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1bd616d3..cce13a8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -23,8 +23,8 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6342bd4f5a1205d7f41e94a41a901f5647c938cdfa96036338e8533c9d6c2450" dependencies = [ - "anstyle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "anstyle-parse 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "anstyle 1.0.0", + "anstyle-parse 0.2.0", "anstyle-query 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "anstyle-wincon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "colorchoice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -36,8 +36,8 @@ dependencies = [ name = "anstream" version = "0.3.2" dependencies = [ - "anstyle 1.0.0", - "anstyle-parse 0.2.0", + "anstyle 1.0.1", + "anstyle-parse 0.2.1", "anstyle-query 1.0.0", "anstyle-wincon 1.0.1", "colorchoice 1.0.0", @@ -52,29 +52,29 @@ dependencies = [ [[package]] name = "anstyle" version = "1.0.0" -dependencies = [ - "lexopt", -] +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d" [[package]] name = "anstyle" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d" +version = "1.0.1" +dependencies = [ + "lexopt", +] [[package]] name = "anstyle-ansi-term" version = "1.0.0" dependencies = [ "ansi_term", - "anstyle 1.0.0", + "anstyle 1.0.1", ] [[package]] name = "anstyle-crossterm" version = "1.0.0" dependencies = [ - "anstyle 1.0.0", + "anstyle 1.0.1", "crossterm", ] @@ -82,51 +82,51 @@ dependencies = [ name = "anstyle-git" version = "1.0.0" dependencies = [ - "anstyle 1.0.0", + "anstyle 1.0.1", ] [[package]] name = "anstyle-lossy" version = "1.0.0" dependencies = [ - "anstyle 1.0.0", + "anstyle 1.0.1", ] [[package]] name = "anstyle-ls" -version = "1.0.0" +version = "1.0.1" dependencies = [ - "anstyle 1.0.0", + "anstyle 1.0.1", ] [[package]] name = "anstyle-owo-colors" version = "1.0.0" dependencies = [ - "anstyle 1.0.0", + "anstyle 1.0.1", "owo-colors", ] [[package]] name = "anstyle-parse" version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee" dependencies = [ - "arrayvec 0.7.2", - "codegenrs", - "criterion", - "proptest", - "snapbox", "utf8parse", - "vte_generate_state_changes", ] [[package]] name = "anstyle-parse" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee" +version = "0.2.1" dependencies = [ + "arrayvec 0.7.2", + "codegenrs", + "criterion", + "proptest", + "snapbox", "utf8parse", + "vte_generate_state_changes", ] [[package]] @@ -147,9 +147,9 @@ dependencies = [ [[package]] name = "anstyle-roff" -version = "0.3.0" +version = "0.3.1" dependencies = [ - "anstyle 1.0.0", + "anstyle 1.0.1", "anstyle-lossy", "cansi", "roff", @@ -160,7 +160,7 @@ dependencies = [ name = "anstyle-syntect" version = "1.0.0" dependencies = [ - "anstyle 1.0.0", + "anstyle 1.0.1", "syntect", ] @@ -168,7 +168,7 @@ dependencies = [ name = "anstyle-termcolor" version = "1.0.0" dependencies = [ - "anstyle 1.0.0", + "anstyle 1.0.1", "termcolor", ] @@ -176,7 +176,7 @@ dependencies = [ name = "anstyle-wincon" version = "1.0.1" dependencies = [ - "anstyle 1.0.0", + "anstyle 1.0.1", "lexopt", "windows-sys 0.48.0", ] @@ -187,7 +187,7 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188" dependencies = [ - "anstyle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "anstyle 1.0.0", "windows-sys 0.48.0", ] @@ -195,7 +195,7 @@ dependencies = [ name = "anstyle-yansi" version = "1.0.0" dependencies = [ - "anstyle 1.0.0", + "anstyle 1.0.1", "yansi", ] @@ -342,7 +342,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2e53afce1efce6ed1f633cf0e57612fe51db54a1ee4fd8f8503d078fe02d69ae" dependencies = [ "anstream 0.3.1", - "anstyle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "anstyle 1.0.0", "bitflags", "clap_lex 0.5.0", ] @@ -397,7 +397,7 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "colorchoice-clap" -version = "1.0.0" +version = "1.0.1" dependencies = [ "clap 4.3.5", "colorchoice 1.0.0", @@ -1186,7 +1186,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f6bccd62078347f89a914e3004d94582e13824d4e3d8a816317862884c423835" dependencies = [ "anstream 0.3.1", - "anstyle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "anstyle 1.0.0", "content_inspector", "dunce", "filetime", diff --git a/crates/anstyle-ls/CHANGELOG.md b/crates/anstyle-ls/CHANGELOG.md index 8e0e8461..c2d35f10 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.1] - 2023-06-20 + ## [1.0.0] - 2023-04-13 ### Breaking Change @@ -22,7 +24,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.0...HEAD +[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-ls-v1.0.1...HEAD +[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 [0.2.0]: https://github.com/rust-cli/anstyle/compare/anstyle-ls-v0.1.1...anstyle-ls-v0.2.0 [0.1.1]: https://github.com/rust-cli/anstyle/compare/8a8922b4adb784d07bf04680bcb3cc7afdc030e5...anstyle-ls-v0.1.1 diff --git a/crates/anstyle-ls/Cargo.toml b/crates/anstyle-ls/Cargo.toml index 8cce4f38..22502d9e 100644 --- a/crates/anstyle-ls/Cargo.toml +++ b/crates/anstyle-ls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anstyle-ls" -version = "1.0.0" +version = "1.0.1" 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-parse/CHANGELOG.md b/crates/anstyle-parse/CHANGELOG.md index ea0b7f56..b60a18f3 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.1] - 2023-06-20 + ## [0.2.0] - 2023-04-13 ## [0.1.1] - 2023-03-13 @@ -20,7 +22,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.0...HEAD +[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-parse-v0.2.1...HEAD +[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 [0.1.0]: https://github.com/rust-cli/anstyle/compare/anstyle-parse-v0.0.1...anstyle-parse-v0.1.0 diff --git a/crates/anstyle-parse/Cargo.toml b/crates/anstyle-parse/Cargo.toml index 86d8f6e1..39b95a79 100644 --- a/crates/anstyle-parse/Cargo.toml +++ b/crates/anstyle-parse/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anstyle-parse" -version = "0.2.0" +version = "0.2.1" 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-roff/CHANGELOG.md b/crates/anstyle-roff/CHANGELOG.md index 008e369b..15e5fa6f 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.1] - 2023-06-20 + ## [0.3.0] - 2023-04-13 ### Breaking Change @@ -22,7 +24,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.0...HEAD +[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-roff-v0.3.1...HEAD +[0.3.1]: https://github.com/rust-cli/anstyle/compare/anstyle-roff-v0.3.0...anstyle-roff-v0.3.1 [0.3.0]: https://github.com/rust-cli/anstyle/compare/anstyle-roff-v0.2.0...anstyle-roff-v0.3.0 [0.2.0]: https://github.com/rust-cli/anstyle/compare/anstyle-roff-v0.1.0...anstyle-roff-v0.2.0 [0.1.0]: https://github.com/rust-cli/anstyle/compare/6d15580ecb12a97fb7fffa015d7cae88f1ade671...anstyle-roff-v0.1.0 diff --git a/crates/anstyle-roff/Cargo.toml b/crates/anstyle-roff/Cargo.toml index b21dfa73..dc192ccf 100644 --- a/crates/anstyle-roff/Cargo.toml +++ b/crates/anstyle-roff/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anstyle-roff" -version = "0.3.0" +version = "0.3.1" 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/CHANGELOG.md b/crates/anstyle/CHANGELOG.md index 7bd256a6..2008d48f 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.1] - 2023-06-20 + ## [1.0.0] - 2023-04-13 ### Breaking Change @@ -129,7 +131,8 @@ MSRV updated to 1.64.0 ## [0.1.1] - 2022-05-18 -[Unreleased]: https://github.com/rust-cli/anstyle/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/rust-cli/anstyle/compare/v1.0.1...HEAD +[1.0.1]: https://github.com/rust-cli/anstyle/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/rust-cli/anstyle/compare/v0.3.5...v1.0.0 [0.3.5]: https://github.com/rust-cli/anstyle/compare/v0.3.4...v0.3.5 [0.3.4]: https://github.com/rust-cli/anstyle/compare/v0.3.3...v0.3.4 diff --git a/crates/anstyle/Cargo.toml b/crates/anstyle/Cargo.toml index 984f7d20..29bfc4c0 100644 --- a/crates/anstyle/Cargo.toml +++ b/crates/anstyle/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anstyle" -version = "1.0.0" +version = "1.0.1" 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 1ce113b8..35c907dc 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.1] - 2023-06-20 + ### Fixes - Better interop with clap by reusing `clap::ColorChoice` @@ -14,5 +16,6 @@ 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.0...HEAD +[Unreleased]: https://github.com/rust-cli/anstyle/compare/colorchoice-clap-v1.0.1...HEAD +[1.0.1]: https://github.com/rust-cli/anstyle/compare/colorchoice-clap-v1.0.0...colorchoice-clap-v1.0.1 [1.0.0]: https://github.com/rust-cli/anstyle/compare/c4423c1...colorchoice-clap-v1.0.0 diff --git a/crates/colorchoice-clap/Cargo.toml b/crates/colorchoice-clap/Cargo.toml index f0eb57cf..cdae7515 100644 --- a/crates/colorchoice-clap/Cargo.toml +++ b/crates/colorchoice-clap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "colorchoice-clap" -version = "1.0.0" +version = "1.0.1" description = "Clap mixin to override console colors" repository = "https://github.com/rust-cli/anstyle" categories = ["command-line-interface"]