Skip to content

Commit 0fe6f0f

Browse files
committed
chore: Release
1 parent 332016e commit 0fe6f0f

File tree

13 files changed

+66
-48
lines changed

13 files changed

+66
-48
lines changed

Cargo.lock

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

crates/anstyle-syntect/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+
## [1.0.5] - 2026-03-13
11+
1012
## [1.0.4] - 2025-06-04
1113

1214
## [1.0.3] - 2024-10-24
@@ -40,7 +42,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
4042
## [0.1.1] - 2022-10-13
4143

4244
<!-- next-url -->
43-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-syntect-v1.0.4...HEAD
45+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-syntect-v1.0.5...HEAD
46+
[1.0.5]: https://github.com/rust-cli/anstyle/compare/anstyle-syntect-v1.0.4...anstyle-syntect-v1.0.5
4447
[1.0.4]: https://github.com/rust-cli/anstyle/compare/anstyle-syntect-v1.0.3...anstyle-syntect-v1.0.4
4548
[1.0.3]: https://github.com/rust-cli/anstyle/compare/anstyle-syntect-v1.0.2...anstyle-syntect-v1.0.3
4649
[1.0.2]: https://github.com/rust-cli/anstyle/compare/anstyle-syntect-v1.0.1...anstyle-syntect-v1.0.2

crates/anstyle-syntect/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-syntect"
3-
version = "1.0.4"
3+
version = "1.0.5"
44
description = "Adapt between syntect and anstyle"
55
categories = ["command-line-interface"]
66
keywords = ["ansi", "terminal", "color", "syntect"]

crates/anstyle-termcolor/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+
## [1.1.5] - 2026-03-13
11+
1012
## [1.1.4] - 2025-06-04
1113

1214
## [1.1.3] - 2024-10-24
@@ -54,7 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
5456
## [0.1.1] - 2022-05-18
5557

5658
<!-- next-url -->
57-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-termcolor-v1.1.4...HEAD
59+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-termcolor-v1.1.5...HEAD
60+
[1.1.5]: https://github.com/rust-cli/anstyle/compare/anstyle-termcolor-v1.1.4...anstyle-termcolor-v1.1.5
5861
[1.1.4]: https://github.com/rust-cli/anstyle/compare/anstyle-termcolor-v1.1.3...anstyle-termcolor-v1.1.4
5962
[1.1.3]: https://github.com/rust-cli/anstyle/compare/anstyle-termcolor-v1.1.2...anstyle-termcolor-v1.1.3
6063
[1.1.2]: https://github.com/rust-cli/anstyle/compare/anstyle-termcolor-v1.1.1...anstyle-termcolor-v1.1.2

crates/anstyle-termcolor/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-termcolor"
3-
version = "1.1.4"
3+
version = "1.1.5"
44
description = "Adapt between termcolor and anstyle"
55
categories = ["command-line-interface"]
66
keywords = ["ansi", "terminal", "color", "termcolor"]

crates/anstyle-yansi/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+
## [2.0.4] - 2026-03-13
11+
1012
## [2.0.3] - 2025-06-04
1113

1214
## [2.0.2] - 2024-10-24
@@ -48,7 +50,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
4850
## [0.1.1] - 2022-05-18
4951

5052
<!-- next-url -->
51-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-yansi-v2.0.3...HEAD
53+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-yansi-v2.0.4...HEAD
54+
[2.0.4]: https://github.com/rust-cli/anstyle/compare/anstyle-yansi-v2.0.3...anstyle-yansi-v2.0.4
5255
[2.0.3]: https://github.com/rust-cli/anstyle/compare/anstyle-yansi-v2.0.2...anstyle-yansi-v2.0.3
5356
[2.0.2]: https://github.com/rust-cli/anstyle/compare/anstyle-yansi-v2.0.1...anstyle-yansi-v2.0.2
5457
[2.0.1]: https://github.com/rust-cli/anstyle/compare/anstyle-yansi-v2.0.0...anstyle-yansi-v2.0.1

crates/anstyle-yansi/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-yansi"
3-
version = "2.0.3"
3+
version = "2.0.4"
44
description = "Adapt between yansi and anstyle"
55
categories = ["command-line-interface"]
66
keywords = ["ansi", "terminal", "color", "yansi"]

crates/anstyle/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+
## [1.0.14] - 2026-03-13
11+
1012
## [1.0.13] - 2025-09-29
1113

1214
## [1.0.12] - 2025-09-29
@@ -192,7 +194,8 @@ MSRV updated to 1.64.0
192194
## [0.1.1] - 2022-05-18
193195

194196
<!-- next-url -->
195-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/v1.0.13...HEAD
197+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/v1.0.14...HEAD
198+
[1.0.14]: https://github.com/rust-cli/anstyle/compare/v1.0.13...v1.0.14
196199
[1.0.13]: https://github.com/rust-cli/anstyle/compare/v1.0.12...v1.0.13
197200
[1.0.12]: https://github.com/rust-cli/anstyle/compare/v1.0.11...v1.0.12
198201
[1.0.11]: https://github.com/rust-cli/anstyle/compare/v1.0.10...v1.0.11

crates/anstyle/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"
3-
version = "1.0.13"
3+
version = "1.0.14"
44
description = "ANSI text styling"
55
categories = ["command-line-interface"]
66
keywords = ["ansi", "terminal", "color", "no_std"]

crates/colorchoice-clap/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+
## [1.0.8] - 2026-03-13
11+
1012
## [1.0.7] - 2025-06-04
1113

1214
## [1.0.6] - 2024-10-24
@@ -44,7 +46,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
4446
## [1.0.0] - 2023-04-13
4547

4648
<!-- next-url -->
47-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/colorchoice-clap-v1.0.7...HEAD
49+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/colorchoice-clap-v1.0.8...HEAD
50+
[1.0.8]: https://github.com/rust-cli/anstyle/compare/colorchoice-clap-v1.0.7...colorchoice-clap-v1.0.8
4851
[1.0.7]: https://github.com/rust-cli/anstyle/compare/colorchoice-clap-v1.0.6...colorchoice-clap-v1.0.7
4952
[1.0.6]: https://github.com/rust-cli/anstyle/compare/colorchoice-clap-v1.0.5...colorchoice-clap-v1.0.6
5053
[1.0.5]: https://github.com/rust-cli/anstyle/compare/colorchoice-clap-v1.0.4...colorchoice-clap-v1.0.5

0 commit comments

Comments
 (0)