Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Aug 23, 2023
1 parent 3cdc937 commit dd0b957
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/anstream/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ is-terminal = { version = "0.4.4", optional = true }
utf8parse = "0.2.1"

[target.'cfg(windows)'.dependencies]
anstyle-wincon = { version = "1.0.1", path = "../anstyle-wincon", optional = true }
anstyle-wincon = { version = "2.0.0", path = "../anstyle-wincon", optional = true }

[dev-dependencies]
criterion = "0.4.0"
Expand Down
5 changes: 4 additions & 1 deletion crates/anstyle-wincon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [2.0.0] - 2023-08-23

### Breaking Change

- Removed support for non-static locked streams
Expand Down Expand Up @@ -61,7 +63,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.0.1] - 2023-03-07

<!-- next-url -->
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v1.0.2...HEAD
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v2.0.0...HEAD
[2.0.0]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v1.0.2...anstyle-wincon-v2.0.0
[1.0.2]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v1.0.1...anstyle-wincon-v1.0.2
[1.0.1]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v1.0.0...anstyle-wincon-v1.0.1
[1.0.0]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v0.2.0...anstyle-wincon-v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion crates/anstyle-wincon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "anstyle-wincon"
version = "1.0.2"
version = "2.0.0"
description = "Styling legacy Windows terminals"
repository = "https://github.com/rust-cli/anstyle.git"
homepage = "https://github.com/rust-cli/anstyle"
Expand Down

0 comments on commit dd0b957

Please sign in to comment.