Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jun 20, 2023
1 parent 9428794 commit 1ea194b
Show file tree
Hide file tree
Showing 11 changed files with 61 additions and 46 deletions.
72 changes: 36 additions & 36 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-ls/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

## [1.0.1] - 2023-06-20

## [1.0.0] - 2023-04-13

### Breaking Change
Expand All @@ -22,7 +24,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.1.1] - 2022-10-07

<!-- next-url -->
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-ls-v1.0.0...HEAD
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-ls-v1.0.1...HEAD
[1.0.1]: https://github.com/rust-cli/anstyle/compare/anstyle-ls-v1.0.0...anstyle-ls-v1.0.1
[1.0.0]: https://github.com/rust-cli/anstyle/compare/anstyle-ls-v0.2.0...anstyle-ls-v1.0.0
[0.2.0]: https://github.com/rust-cli/anstyle/compare/anstyle-ls-v0.1.1...anstyle-ls-v0.2.0
[0.1.1]: https://github.com/rust-cli/anstyle/compare/8a8922b4adb784d07bf04680bcb3cc7afdc030e5...anstyle-ls-v0.1.1
2 changes: 1 addition & 1 deletion crates/anstyle-ls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "anstyle-ls"
version = "1.0.0"
version = "1.0.1"
description = "Parse LS_COLORS Style Descriptions"
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-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.1] - 2023-06-20

## [0.2.0] - 2023-04-13

## [0.1.1] - 2023-03-13
Expand All @@ -20,7 +22,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.0...HEAD
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-parse-v0.2.1...HEAD
[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
[0.1.1]: https://github.com/rust-cli/anstyle/compare/anstyle-parse-v0.1.0...anstyle-parse-v0.1.1
[0.1.0]: https://github.com/rust-cli/anstyle/compare/anstyle-parse-v0.0.1...anstyle-parse-v0.1.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.0"
version = "0.2.1"
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-roff/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.3.1] - 2023-06-20

## [0.3.0] - 2023-04-13

### Breaking Change
Expand All @@ -22,7 +24,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.1.0] - 2023-02-10

<!-- next-url -->
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-roff-v0.3.0...HEAD
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-roff-v0.3.1...HEAD
[0.3.1]: https://github.com/rust-cli/anstyle/compare/anstyle-roff-v0.3.0...anstyle-roff-v0.3.1
[0.3.0]: https://github.com/rust-cli/anstyle/compare/anstyle-roff-v0.2.0...anstyle-roff-v0.3.0
[0.2.0]: https://github.com/rust-cli/anstyle/compare/anstyle-roff-v0.1.0...anstyle-roff-v0.2.0
[0.1.0]: https://github.com/rust-cli/anstyle/compare/6d15580ecb12a97fb7fffa015d7cae88f1ade671...anstyle-roff-v0.1.0
2 changes: 1 addition & 1 deletion crates/anstyle-roff/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "anstyle-roff"
version = "0.3.0"
version = "0.3.1"
description = "Adapt between anstyle and roff"
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/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

## [1.0.1] - 2023-06-20

## [1.0.0] - 2023-04-13

### Breaking Change
Expand Down Expand Up @@ -129,7 +131,8 @@ MSRV updated to 1.64.0
## [0.1.1] - 2022-05-18

<!-- next-url -->
[Unreleased]: https://github.com/rust-cli/anstyle/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/rust-cli/anstyle/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/rust-cli/anstyle/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/rust-cli/anstyle/compare/v0.3.5...v1.0.0
[0.3.5]: https://github.com/rust-cli/anstyle/compare/v0.3.4...v0.3.5
[0.3.4]: https://github.com/rust-cli/anstyle/compare/v0.3.3...v0.3.4
Expand Down
2 changes: 1 addition & 1 deletion crates/anstyle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "anstyle"
version = "1.0.0"
version = "1.0.1"
description = "ANSI text styling"
repository = "https://github.com/rust-cli/anstyle.git"
homepage = "https://github.com/rust-cli/anstyle"
Expand Down
5 changes: 4 additions & 1 deletion crates/colorchoice-clap/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-06-20

### Fixes

- Better interop with clap by reusing `clap::ColorChoice`

## [1.0.0] - 2023-04-13

<!-- next-url -->
[Unreleased]: https://github.com/rust-cli/anstyle/compare/colorchoice-clap-v1.0.0...HEAD
[Unreleased]: https://github.com/rust-cli/anstyle/compare/colorchoice-clap-v1.0.1...HEAD
[1.0.1]: https://github.com/rust-cli/anstyle/compare/colorchoice-clap-v1.0.0...colorchoice-clap-v1.0.1
[1.0.0]: https://github.com/rust-cli/anstyle/compare/c4423c1...colorchoice-clap-v1.0.0
2 changes: 1 addition & 1 deletion crates/colorchoice-clap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "colorchoice-clap"
version = "1.0.0"
version = "1.0.1"
description = "Clap mixin to override console colors"
repository = "https://github.com/rust-cli/anstyle"
categories = ["command-line-interface"]
Expand Down

0 comments on commit 1ea194b

Please sign in to comment.