Skip to content

Commit 924fc50

Browse files
committed
chore: Release
1 parent 313e16a commit 924fc50

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
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/anstream/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ utf8parse = "0.2.1"
4040
is_terminal_polyfill = "1.48"
4141

4242
[target.'cfg(windows)'.dependencies]
43-
anstyle-wincon = { version = "3.0.1", path = "../anstyle-wincon", optional = true }
43+
anstyle-wincon = { version = "3.0.5", path = "../anstyle-wincon", optional = true }
4444

4545
[dev-dependencies]
4646
divan = "0.1.11"

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.5] - 2024-10-24
11+
1012
### Compatibility
1113

1214
- Update MSRV to 1.66
@@ -103,7 +105,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
103105
## [0.0.1] - 2023-03-07
104106

105107
<!-- next-url -->
106-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.4...HEAD
108+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.5...HEAD
109+
[3.0.5]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.4...anstyle-wincon-v3.0.5
107110
[3.0.4]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.3...anstyle-wincon-v3.0.4
108111
[3.0.3]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.2...anstyle-wincon-v3.0.3
109112
[3.0.2]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.1...anstyle-wincon-v3.0.2

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

0 commit comments

Comments
 (0)