Skip to content

Commit fabe0c3

Browse files
committed
chore: Release
1 parent 762ca76 commit fabe0c3

File tree

3 files changed

+24
-21
lines changed

3 files changed

+24
-21
lines changed

Cargo.lock

Lines changed: 19 additions & 19 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](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.6.18] - 2024-11-04
11+
1012
### Fixes
1113

1214
- Ensure `test` feature is respected by `print!`
@@ -251,7 +253,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
251253
## [0.0.1] - 2023-03-07
252254

253255
<!-- next-url -->
254-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.17...HEAD
256+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.18...HEAD
257+
[0.6.18]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.17...anstream-v0.6.18
255258
[0.6.17]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.16...anstream-v0.6.17
256259
[0.6.16]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.15...anstream-v0.6.16
257260
[0.6.15]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.14...anstream-v0.6.15

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.17"
3+
version = "0.6.18"
44
description = "A simple cross platform library for writing colored text to a terminal."
55
homepage = "https://github.com/rust-cli/anstyle"
66
categories = ["command-line-interface"]

0 commit comments

Comments
 (0)