From 340d8f3774de3162f2bb06610f377f0d8070d210 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 11 Jan 2024 20:32:26 -0600 Subject: [PATCH] chore: Release --- Cargo.lock | 4 ++-- crates/anstream/CHANGELOG.md | 5 ++++- crates/anstream/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8fff95cc..d9f21c0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -33,7 +33,7 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.5" +version = "0.6.6" dependencies = [ "anstyle 1.0.4", "anstyle-parse 0.2.3", @@ -359,7 +359,7 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" name = "colorchoice-clap" version = "1.0.3" dependencies = [ - "anstream 0.6.5", + "anstream 0.6.6", "clap", "colorchoice 1.0.0", "owo-colors", diff --git a/crates/anstream/CHANGELOG.md b/crates/anstream/CHANGELOG.md index 284deb0d..4939bbf1 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.6] - 2024-01-12 + ### Fixes - Fix soundness issue where invalid escape sequences can break up UTF-8 characters @@ -182,7 +184,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.5...HEAD +[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.6...HEAD +[0.6.6]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.5...anstream-v0.6.6 [0.6.5]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.4...anstream-v0.6.5 [0.6.4]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.3...anstream-v0.6.4 [0.6.3]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.2...anstream-v0.6.3 diff --git a/crates/anstream/Cargo.toml b/crates/anstream/Cargo.toml index b3faf476..bac8eeee 100644 --- a/crates/anstream/Cargo.toml +++ b/crates/anstream/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anstream" -version = "0.6.5" +version = "0.6.6" 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"