Skip to content

Commit 42d4175

Browse files
committed
chore: Release
1 parent 924fc50 commit 42d4175

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/anstream/CHANGELOG.md

+4-1
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.16] - 2024-10-24
11+
1012
### Compatibility
1113

1214
- Update MSRV to 1.66
@@ -243,7 +245,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
243245
## [0.0.1] - 2023-03-07
244246

245247
<!-- next-url -->
246-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.15...HEAD
248+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.16...HEAD
249+
[0.6.16]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.15...anstream-v0.6.16
247250
[0.6.15]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.14...anstream-v0.6.15
248251
[0.6.14]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14
249252
[0.6.13]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.12...anstream-v0.6.13

crates/anstream/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "anstream"
3-
version = "0.6.15"
3+
version = "0.6.16"
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)