Skip to content

Commit 2c10c47

Browse files
committed
chore: Release
1 parent e77af2e commit 2c10c47

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/anstyle-crossterm/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+
## [4.0.0] - 2025-05-01
11+
1012
### Breaking Change
1113

1214
- Update crossterm to 0.29
@@ -56,7 +58,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5658
## [0.1.1] - 2022-10-07
5759

5860
<!-- next-url -->
59-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v3.0.1...HEAD
61+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v4.0.0...HEAD
62+
[4.0.0]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v3.0.1...anstyle-crossterm-v4.0.0
6063
[3.0.1]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v3.0.0...anstyle-crossterm-v3.0.1
6164
[3.0.0]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v2.0.2...anstyle-crossterm-v3.0.0
6265
[2.0.2]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v2.0.1...anstyle-crossterm-v2.0.2

crates/anstyle-crossterm/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-crossterm"
3-
version = "3.0.1"
3+
version = "4.0.0"
44
description = "Adapt between crossterm and anstyle"
55
homepage = "https://github.com/rust-cli/anstyle"
66
categories = ["command-line-interface"]

0 commit comments

Comments
 (0)