Skip to content

Commit 550de4d

Browse files
committed
chore: Release
1 parent 094640c commit 550de4d

File tree

11 files changed

+33
-18
lines changed

11 files changed

+33
-18
lines changed

Cargo.lock

Lines changed: 8 additions & 8 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.20] - 2025-08-05
11+
1012
## [0.6.19] - 2025-06-04
1113

1214
## [0.6.18] - 2024-11-04
@@ -255,7 +257,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
255257
## [0.0.1] - 2023-03-07
256258

257259
<!-- next-url -->
258-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.19...HEAD
260+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.20...HEAD
261+
[0.6.20]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.19...anstream-v0.6.20
259262
[0.6.19]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.18...anstream-v0.6.19
260263
[0.6.18]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.17...anstream-v0.6.18
261264
[0.6.17]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.16...anstream-v0.6.17

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.19"
3+
version = "0.6.20"
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"]

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.2] - 2025-08-05
11+
1012
### Fixes
1113

1214
- Convert `BrightBlue` to `Blue`, not `Black`
@@ -64,7 +66,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6466
## [0.1.1] - 2022-10-07
6567

6668
<!-- next-url -->
67-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v4.0.1...HEAD
69+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v4.0.2...HEAD
70+
[4.0.2]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v4.0.1...anstyle-crossterm-v4.0.2
6871
[4.0.1]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v4.0.0...anstyle-crossterm-v4.0.1
6972
[4.0.0]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v3.0.1...anstyle-crossterm-v4.0.0
7073
[3.0.1]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v3.0.0...anstyle-crossterm-v3.0.1

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.1"
3+
version = "4.0.2"
44
description = "Adapt between crossterm and anstyle"
55
categories = ["command-line-interface"]
66
keywords = ["ansi", "terminal", "color", "crossterm"]

crates/anstyle-query/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.1.4] - 2025-08-05
11+
1012
### Internal
1113

1214
- Dependency update
@@ -48,7 +50,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4850
## [1.0.0] - 2023-04-13
4951

5052
<!-- next-url -->
51-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-query-v1.1.3...HEAD
53+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-query-v1.1.4...HEAD
54+
[1.1.4]: https://github.com/rust-cli/anstyle/compare/anstyle-query-v1.1.3...anstyle-query-v1.1.4
5255
[1.1.3]: https://github.com/rust-cli/anstyle/compare/anstyle-query-v1.1.2...anstyle-query-v1.1.3
5356
[1.1.2]: https://github.com/rust-cli/anstyle/compare/anstyle-query-v1.1.1...anstyle-query-v1.1.2
5457
[1.1.1]: https://github.com/rust-cli/anstyle/compare/anstyle-query-v1.1.0...anstyle-query-v1.1.1

crates/anstyle-query/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-query"
3-
version = "1.1.3"
3+
version = "1.1.4"
44
description = "Look up colored console capabilities"
55
categories = ["command-line-interface"]
66
keywords = ["cli", "color", "no-std", "terminal", "ansi"]

crates/anstyle-svg/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.1.10] - 2025-08-05
11+
1012
### Features
1113

1214
- Add `Term::render_html_fragments`
@@ -67,7 +69,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6769
## [0.1.0] - 2024-02-18
6870

6971
<!-- next-url -->
70-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.9...HEAD
72+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.10...HEAD
73+
[0.1.10]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.9...anstyle-svg-v0.1.10
7174
[0.1.9]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.8...anstyle-svg-v0.1.9
7275
[0.1.8]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.7...anstyle-svg-v0.1.8
7376
[0.1.7]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.6...anstyle-svg-v0.1.7

crates/anstyle-svg/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-svg"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
description = "Convert ANSI escape codes to SVG"
55
categories = ["command-line-interface"]
66
keywords = ["ansi", "terminal", "color", "svg"]

crates/anstyle-wincon/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+
## [3.0.10] - 2025-08-05
11+
1012
### Internal
1113

1214
- Dependency update
@@ -119,7 +121,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
119121
## [0.0.1] - 2023-03-07
120122

121123
<!-- next-url -->
122-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.9...HEAD
124+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.10...HEAD
125+
[3.0.10]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.9...anstyle-wincon-v3.0.10
123126
[3.0.9]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.8...anstyle-wincon-v3.0.9
124127
[3.0.8]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.7...anstyle-wincon-v3.0.8
125128
[3.0.7]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.6...anstyle-wincon-v3.0.7

0 commit comments

Comments
 (0)