Skip to content

Commit 5925243

Browse files
committed
chore: Release
1 parent 5e6b41d commit 5925243

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

Cargo.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/anstyle-wincon/CHANGELOG.md

+4-1
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.7] - 2025-01-13
11+
1012
- Restore MSRV for Windows
1113

1214
## [3.0.6] - 2024-10-24
@@ -109,7 +111,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
109111
## [0.0.1] - 2023-03-07
110112

111113
<!-- next-url -->
112-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.6...HEAD
114+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.7...HEAD
115+
[3.0.7]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.6...anstyle-wincon-v3.0.7
113116
[3.0.6]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.5...anstyle-wincon-v3.0.6
114117
[3.0.5]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.4...anstyle-wincon-v3.0.5
115118
[3.0.4]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.3...anstyle-wincon-v3.0.4

crates/anstyle-wincon/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "anstyle-wincon"
3-
version = "3.0.6"
3+
version = "3.0.7"
44
description = "Styling legacy Windows terminals"
55
homepage = "https://github.com/rust-cli/anstyle"
66
categories = ["command-line-interface"]

0 commit comments

Comments
 (0)