Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Dec 4, 2023
1 parent fda4230 commit 3c3d95a
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 25 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion crates/anstyle-parse/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

## [0.2.3] - 2023-12-04

## [0.2.2] - 2023-09-28

### Compatibility
Expand All @@ -28,7 +30,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-parse-v0.2.2...HEAD
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-parse-v0.2.3...HEAD
[0.2.3]: https://github.com/rust-cli/anstyle/compare/anstyle-parse-v0.2.2...anstyle-parse-v0.2.3
[0.2.2]: https://github.com/rust-cli/anstyle/compare/anstyle-parse-v0.2.1...anstyle-parse-v0.2.2
[0.2.1]: https://github.com/rust-cli/anstyle/compare/anstyle-parse-v0.2.0...anstyle-parse-v0.2.1
[0.2.0]: https://github.com/rust-cli/anstyle/compare/anstyle-parse-v0.1.1...anstyle-parse-v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion crates/anstyle-parse/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "anstyle-parse"
version = "0.2.2"
version = "0.2.3"
description = "Parse ANSI Style Escapes"
repository = "https://github.com/rust-cli/anstyle.git"
homepage = "https://github.com/rust-cli/anstyle"
Expand Down
5 changes: 4 additions & 1 deletion crates/anstyle-query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [1.0.1] - 2023-12-04

### Compatibility

- Update MSRV to 1.70.0

## [1.0.0] - 2023-04-13

<!-- next-url -->
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-query-v1.0.0...HEAD
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-query-v1.0.1...HEAD
[1.0.1]: https://github.com/rust-cli/anstyle/compare/anstyle-query-v1.0.0...anstyle-query-v1.0.1
[1.0.0]: https://github.com/rust-cli/anstyle/compare/c4423c1...anstyle-query-v1.0.0
2 changes: 1 addition & 1 deletion crates/anstyle-query/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "anstyle-query"
version = "1.0.0"
version = "1.0.1"
description = "Look up colored console capabilities"
repository = "https://github.com/rust-cli/anstyle"
categories = ["command-line-interface"]
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.2] - 2023-12-04

## [3.0.1] - 2023-09-29

### Features
Expand Down Expand Up @@ -85,7 +87,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.1...HEAD
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.2...HEAD
[3.0.2]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.1...anstyle-wincon-v3.0.2
[3.0.1]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.0...anstyle-wincon-v3.0.1
[3.0.0]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v2.1.0...anstyle-wincon-v3.0.0
[2.1.0]: https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v2.0.0...anstyle-wincon-v2.1.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 = "3.0.1"
version = "3.0.2"
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 3c3d95a

Please sign in to comment.