From 4b83bfc72f9eb8a4bb12a76695d9fdfbb3811427 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 23 Aug 2023 10:25:07 -0500 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 b118a783..b1f2fab8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,7 +34,7 @@ dependencies = [ [[package]] name = "anstream" -version = "0.3.2" +version = "0.4.0" dependencies = [ "anstyle 1.0.2", "anstyle-parse 0.2.1", @@ -400,7 +400,7 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" name = "colorchoice-clap" version = "1.0.2" dependencies = [ - "anstream 0.3.2", + "anstream 0.4.0", "clap 4.3.5", "colorchoice 1.0.0", "owo-colors", diff --git a/crates/anstream/CHANGELOG.md b/crates/anstream/CHANGELOG.md index 145b737f..188896d6 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.4.0] - 2023-08-23 + ### Breaking Change - Switched from being generic over types to explicit `impl`s for expected types @@ -116,7 +118,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.3.2...HEAD +[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstream-v0.4.0...HEAD +[0.4.0]: https://github.com/rust-cli/anstyle/compare/anstream-v0.3.2...anstream-v0.4.0 [0.3.2]: https://github.com/rust-cli/anstyle/compare/anstream-v0.3.1...anstream-v0.3.2 [0.3.1]: https://github.com/rust-cli/anstyle/compare/anstream-v0.3.0...anstream-v0.3.1 [0.3.0]: https://github.com/rust-cli/anstyle/compare/anstream-v0.2.6...anstream-v0.3.0 diff --git a/crates/anstream/Cargo.toml b/crates/anstream/Cargo.toml index a35e728c..5afb595b 100644 --- a/crates/anstream/Cargo.toml +++ b/crates/anstream/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anstream" -version = "0.3.2" +version = "0.4.0" 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"