Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Oct 24, 2024
1 parent 313e16a commit 924fc50
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 @@ -40,7 +40,7 @@ utf8parse = "0.2.1"
is_terminal_polyfill = "1.48"

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

[dev-dependencies]
divan = "0.1.11"
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

## [3.0.5] - 2024-10-24

### Compatibility

- Update MSRV to 1.66
Expand Down Expand Up @@ -103,7 +105,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-v3.0.4...HEAD
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.5...HEAD
[3.0.5]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.4...anstyle-wincon-v3.0.5
[3.0.4]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.3...anstyle-wincon-v3.0.4
[3.0.3]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.2...anstyle-wincon-v3.0.3
[3.0.2]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.1...anstyle-wincon-v3.0.2
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 = "3.0.4"
version = "3.0.5"
description = "Styling legacy Windows terminals"
homepage = "https://github.com/rust-cli/anstyle"
categories = ["command-line-interface"]
Expand Down

0 comments on commit 924fc50

Please sign in to comment.