From 924fc503d3356040ab9bf6cdcebe06874990affa Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 24 Oct 2024 14:59:24 -0500 Subject: [PATCH] chore: Release --- Cargo.lock | 4 ++-- crates/anstream/Cargo.toml | 2 +- crates/anstyle-wincon/CHANGELOG.md | 5 ++++- crates/anstyle-wincon/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 30781d4b..8033ad3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -47,7 +47,7 @@ dependencies = [ "anstyle 1.0.8", "anstyle-parse 0.2.5", "anstyle-query 1.1.1", - "anstyle-wincon 3.0.4", + "anstyle-wincon 3.0.5", "colorchoice 1.0.2", "divan", "is_terminal_polyfill", @@ -216,7 +216,7 @@ dependencies = [ [[package]] name = "anstyle-wincon" -version = "3.0.4" +version = "3.0.5" dependencies = [ "anstyle 1.0.8", "lexopt", diff --git a/crates/anstream/Cargo.toml b/crates/anstream/Cargo.toml index 479b8492..68b2bd9e 100644 --- a/crates/anstream/Cargo.toml +++ b/crates/anstream/Cargo.toml @@ -40,7 +40,7 @@ utf8parse = "0.2.1" is_terminal_polyfill = "1.48" [target.'cfg(windows)'.dependencies] -anstyle-wincon = { version = "3.0.1", path = "../anstyle-wincon", optional = true } +anstyle-wincon = { version = "3.0.5", path = "../anstyle-wincon", optional = true } [dev-dependencies] divan = "0.1.11" diff --git a/crates/anstyle-wincon/CHANGELOG.md b/crates/anstyle-wincon/CHANGELOG.md index ab9b1575..8c216fc1 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.5] - 2024-10-24 + ### Compatibility - Update MSRV to 1.66 @@ -103,7 +105,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.4...HEAD +[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.5...HEAD +[3.0.5]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.4...anstyle-wincon-v3.0.5 [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 diff --git a/crates/anstyle-wincon/Cargo.toml b/crates/anstyle-wincon/Cargo.toml index 5773733a..4fd2be64 100644 --- a/crates/anstyle-wincon/Cargo.toml +++ b/crates/anstyle-wincon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anstyle-wincon" -version = "3.0.4" +version = "3.0.5" description = "Styling legacy Windows terminals" homepage = "https://github.com/rust-cli/anstyle" categories = ["command-line-interface"]