diff --git a/Cargo.lock b/Cargo.lock index cb115baa..85421068 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -70,7 +70,7 @@ dependencies = [ [[package]] name = "anstyle-crossterm" -version = "1.0.0" +version = "2.0.0" dependencies = [ "anstyle 1.0.3", "crossterm", diff --git a/crates/anstyle-crossterm/CHANGELOG.md b/crates/anstyle-crossterm/CHANGELOG.md index 246f14ce..de9366fb 100644 --- a/crates/anstyle-crossterm/CHANGELOG.md +++ b/crates/anstyle-crossterm/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [2.0.0] - 2023-09-28 + ### Breaking Change - Update crossterm to 0.27 @@ -30,7 +32,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [0.1.1] - 2022-10-07 -[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v1.0.0...HEAD +[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v2.0.0...HEAD +[2.0.0]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v1.0.0...anstyle-crossterm-v2.0.0 [1.0.0]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v0.2.0...anstyle-crossterm-v1.0.0 [0.2.0]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v0.1.1...anstyle-crossterm-v0.2.0 [0.1.1]: https://github.com/rust-cli/anstyle/compare/08f1895103116a5c4bd25e3514463467f997fd71...anstyle-crossterm-v0.1.1 diff --git a/crates/anstyle-crossterm/Cargo.toml b/crates/anstyle-crossterm/Cargo.toml index 9ceb22c4..d7443b8b 100644 --- a/crates/anstyle-crossterm/Cargo.toml +++ b/crates/anstyle-crossterm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anstyle-crossterm" -version = "1.0.0" +version = "2.0.0" description = "Adapt between crossterm and anstyle" repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle"