Skip to content

Commit a731b50

Browse files
committed
chore: Release
1 parent f20e5ba commit a731b50

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Cargo.lock

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

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.8] - 2025-05-22
11+
1012
## [3.0.7] - 2025-01-13
1113

1214
- Restore MSRV for Windows
@@ -111,7 +113,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
111113
## [0.0.1] - 2023-03-07
112114

113115
<!-- next-url -->
114-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.7...HEAD
116+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.8...HEAD
117+
[3.0.8]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.7...anstyle-wincon-v3.0.8
115118
[3.0.7]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.6...anstyle-wincon-v3.0.7
116119
[3.0.6]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.5...anstyle-wincon-v3.0.6
117120
[3.0.5]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.4...anstyle-wincon-v3.0.5

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.7"
3+
version = "3.0.8"
44
description = "Styling legacy Windows terminals"
55
homepage = "https://github.com/rust-cli/anstyle"
66
categories = ["command-line-interface"]

0 commit comments

Comments
 (0)