Skip to content

Commit 368a871

Browse files
committed
chore: Release
1 parent 4d5c297 commit 368a871

File tree

5 files changed

+24
-18
lines changed

5 files changed

+24
-18
lines changed

Cargo.lock

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

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](https://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [1.1.5] - 2025-11-13
11+
1012
### Internal
1113

1214
- Allow use of windows-sys 0.61 without bumping MSRV
@@ -54,7 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
5456
## [1.0.0] - 2023-04-13
5557

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

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

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](https://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [3.0.11] - 2025-11-13
11+
1012
### Internal
1113

1214
- Allow use of windows-sys 0.61 without bumping MSRV
@@ -125,7 +127,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
125127
## [0.0.1] - 2023-03-07
126128

127129
<!-- next-url -->
128-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.10...HEAD
130+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.11...HEAD
131+
[3.0.11]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.10...anstyle-wincon-v3.0.11
129132
[3.0.10]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.9...anstyle-wincon-v3.0.10
130133
[3.0.9]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.8...anstyle-wincon-v3.0.9
131134
[3.0.8]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.7...anstyle-wincon-v3.0.8

crates/anstyle-wincon/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-wincon"
3-
version = "3.0.10"
3+
version = "3.0.11"
44
description = "Styling legacy Windows terminals"
55
categories = ["command-line-interface"]
66
keywords = ["ansi", "terminal", "color", "windows"]

0 commit comments

Comments
 (0)