Skip to content

Commit 886539c

Browse files
committed
chore: Release
1 parent 161bf93 commit 886539c

File tree

35 files changed

+151
-100
lines changed

35 files changed

+151
-100
lines changed

Cargo.lock

Lines changed: 66 additions & 66 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.19] - 2025-06-04
11+
1012
## [0.6.18] - 2024-11-04
1113

1214
### Fixes
@@ -253,7 +255,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
253255
## [0.0.1] - 2023-03-07
254256

255257
<!-- next-url -->
256-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.18...HEAD
258+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.19...HEAD
259+
[0.6.19]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.18...anstream-v0.6.19
257260
[0.6.18]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.17...anstream-v0.6.18
258261
[0.6.17]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.16...anstream-v0.6.17
259262
[0.6.16]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.15...anstream-v0.6.16

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.18"
3+
version = "0.6.19"
44
description = "A simple cross platform library for writing colored text to a terminal."
55
categories = ["command-line-interface"]
66
keywords = ["ansi", "terminal", "color", "strip", "wincon"]

crates/anstyle-ansi-term/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+
## [1.0.4] - 2025-06-04
11+
1012
## [1.0.3] - 2024-10-24
1113

1214
### Compatibility
@@ -38,7 +40,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3840
## [0.1.1] - 2022-08-17
3941

4042
<!-- next-url -->
41-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-ansi-term-v1.0.3...HEAD
43+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-ansi-term-v1.0.4...HEAD
44+
[1.0.4]: https://github.com/rust-cli/anstyle/compare/anstyle-ansi-term-v1.0.3...anstyle-ansi-term-v1.0.4
4245
[1.0.3]: https://github.com/rust-cli/anstyle/compare/anstyle-ansi-term-v1.0.2...anstyle-ansi-term-v1.0.3
4346
[1.0.2]: https://github.com/rust-cli/anstyle/compare/anstyle-ansi-term-v1.0.1...anstyle-ansi-term-v1.0.2
4447
[1.0.1]: https://github.com/rust-cli/anstyle/compare/anstyle-ansi-term-v1.0.0...anstyle-ansi-term-v1.0.1

crates/anstyle-ansi-term/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "anstyle-ansi-term"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
description = "Adapt between ansi_term and anstyle"
55
categories = ["command-line-interface"]
66
keywords = ["ansi", "terminal", "color", "ansi_term"]

crates/anstyle-crossterm/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+
## [4.0.1] - 2025-06-04
11+
1012
## [4.0.0] - 2025-05-01
1113

1214
### Breaking Change
@@ -58,7 +60,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5860
## [0.1.1] - 2022-10-07
5961

6062
<!-- next-url -->
61-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v4.0.0...HEAD
63+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v4.0.1...HEAD
64+
[4.0.1]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v4.0.0...anstyle-crossterm-v4.0.1
6265
[4.0.0]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v3.0.1...anstyle-crossterm-v4.0.0
6366
[3.0.1]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v3.0.0...anstyle-crossterm-v3.0.1
6467
[3.0.0]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v2.0.2...anstyle-crossterm-v3.0.0

crates/anstyle-crossterm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "anstyle-crossterm"
3-
version = "4.0.0"
3+
version = "4.0.1"
44
description = "Adapt between crossterm and anstyle"
55
categories = ["command-line-interface"]
66
keywords = ["ansi", "terminal", "color", "crossterm"]

0 commit comments

Comments
 (0)