Skip to content

Commit f7aff1c

Browse files
committed
chore: Release
1 parent 5a5a5f7 commit f7aff1c

File tree

3 files changed

+23
-20
lines changed

3 files changed

+23
-20
lines changed

Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/anstream/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.6.21] - 2025-10-02
11+
1012
### Features
1113

1214
- Add `as_inner` functions to streams
@@ -261,7 +263,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
261263
## [0.0.1] - 2023-03-07
262264

263265
<!-- next-url -->
264-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.20...HEAD
266+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.21...HEAD
267+
[0.6.21]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.20...anstream-v0.6.21
265268
[0.6.20]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.19...anstream-v0.6.20
266269
[0.6.19]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.18...anstream-v0.6.19
267270
[0.6.18]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.17...anstream-v0.6.18

crates/anstream/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "anstream"
3-
version = "0.6.20"
3+
version = "0.6.21"
44
description = "IO stream adapters for writing colored text that will gracefully degrade according to your terminal's capabilities."
55
categories = ["command-line-interface"]
66
keywords = ["ansi", "terminal", "color", "strip", "wincon"]

0 commit comments

Comments
 (0)