Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jul 25, 2024
1 parent 71560fa commit 6e96e96
Show file tree
Hide file tree
Showing 37 changed files with 128 additions and 74 deletions.
76 changes: 38 additions & 38 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/anstream/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.6.15] - 2024-07-25

## [0.6.14] - 2024-05-02

### Fixes
Expand Down Expand Up @@ -233,7 +235,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/anstream-v0.6.14...HEAD
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.15...HEAD
[0.6.15]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.14...anstream-v0.6.15
[0.6.14]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14
[0.6.13]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.12...anstream-v0.6.13
[0.6.12]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.11...anstream-v0.6.12
Expand Down
2 changes: 1 addition & 1 deletion crates/anstream/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "anstream"
version = "0.6.14"
version = "0.6.15"
description = "A simple cross platform library for writing colored text to a terminal."
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-ansi-term/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.2] - 2024-07-25

## [1.0.1] - 2024-05-02

### Fixes
Expand All @@ -30,7 +32,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.1.1] - 2022-08-17

<!-- next-url -->
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-ansi-term-v1.0.1...HEAD
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-ansi-term-v1.0.2...HEAD
[1.0.2]: https://github.com/rust-cli/anstyle/compare/anstyle-ansi-term-v1.0.1...anstyle-ansi-term-v1.0.2
[1.0.1]: https://github.com/rust-cli/anstyle/compare/anstyle-ansi-term-v1.0.0...anstyle-ansi-term-v1.0.1
[1.0.0]: https://github.com/rust-cli/anstyle/compare/anstyle-ansi-term-v0.2.0...anstyle-ansi-term-v1.0.0
[0.2.0]: https://github.com/rust-cli/anstyle/compare/anstyle-ansi-term-v0.1.2...anstyle-ansi-term-v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion crates/anstyle-ansi-term/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "anstyle-ansi-term"
version = "1.0.1"
version = "1.0.2"
description = "Adapt between ansi_term and anstyle"
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-crossterm/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.2] - 2024-07-25

## [2.0.1] - 2024-05-02

### Fixes
Expand Down Expand Up @@ -38,7 +40,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-crossterm-v2.0.1...HEAD
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v2.0.2...HEAD
[2.0.2]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v2.0.1...anstyle-crossterm-v2.0.2
[2.0.1]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v2.0.0...anstyle-crossterm-v2.0.1
[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
Expand Down
2 changes: 1 addition & 1 deletion crates/anstyle-crossterm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "anstyle-crossterm"
version = "2.0.1"
version = "2.0.2"
description = "Adapt between crossterm and anstyle"
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-git/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.1.1] - 2024-07-25

## [1.1.0] - 2024-07-14

### Features
Expand Down Expand Up @@ -42,7 +44,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.2.1] - 2022-05-19

<!-- next-url -->
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-git-v1.1.0...HEAD
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-git-v1.1.1...HEAD
[1.1.1]: https://github.com/rust-cli/anstyle/compare/anstyle-git-v1.1.0...anstyle-git-v1.1.1
[1.1.0]: https://github.com/rust-cli/anstyle/compare/anstyle-git-v1.0.1...anstyle-git-v1.1.0
[1.0.1]: https://github.com/rust-cli/anstyle/compare/anstyle-git-v1.0.0...anstyle-git-v1.0.1
[1.0.0]: https://github.com/rust-cli/anstyle/compare/anstyle-git-v0.3.0...anstyle-git-v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion crates/anstyle-git/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "anstyle-git"
version = "1.1.0"
version = "1.1.1"
description = "Parse Git 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-lossy/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.1.2] - 2024-07-25

## [1.1.1] - 2024-05-02

### Fixes
Expand Down Expand Up @@ -42,7 +44,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-lossy-v1.1.1...HEAD
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-lossy-v1.1.2...HEAD
[1.1.2]: https://github.com/rust-cli/anstyle/compare/anstyle-lossy-v1.1.1...anstyle-lossy-v1.1.2
[1.1.1]: https://github.com/rust-cli/anstyle/compare/anstyle-lossy-v1.1.0...anstyle-lossy-v1.1.1
[1.1.0]: https://github.com/rust-cli/anstyle/compare/anstyle-lossy-v1.0.0...anstyle-lossy-v1.1.0
[1.0.0]: https://github.com/rust-cli/anstyle/compare/anstyle-lossy-v0.2.0...anstyle-lossy-v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion crates/anstyle-lossy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "anstyle-lossy"
version = "1.1.1"
version = "1.1.2"
description = "Lossy conversion between ANSI Color Codes"
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-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.3] - 2024-07-25

## [1.0.2] - 2024-05-02

### Fixes
Expand All @@ -30,7 +32,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.2...HEAD
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-ls-v1.0.3...HEAD
[1.0.3]: https://github.com/rust-cli/anstyle/compare/anstyle-ls-v1.0.2...anstyle-ls-v1.0.3
[1.0.2]: https://github.com/rust-cli/anstyle/compare/anstyle-ls-v1.0.1...anstyle-ls-v1.0.2
[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
Expand Down
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.2"
version = "1.0.3"
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-owo-colors/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.2] - 2024-07-25

## [2.0.1] - 2024-05-02

### Fixes
Expand Down Expand Up @@ -47,7 +49,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.1.1] - 2022-05-18

<!-- next-url -->
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-owo-colors-v2.0.1...HEAD
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-owo-colors-v2.0.2...HEAD
[2.0.2]: https://github.com/rust-cli/anstyle/compare/anstyle-owo-colors-v2.0.1...anstyle-owo-colors-v2.0.2
[2.0.1]: https://github.com/rust-cli/anstyle/compare/anstyle-owo-colors-v2.0.0...anstyle-owo-colors-v2.0.1
[2.0.0]: https://github.com/rust-cli/anstyle/compare/anstyle-owo-colors-v1.0.1...anstyle-owo-colors-v2.0.0
[1.0.1]: https://github.com/rust-cli/anstyle/compare/anstyle-owo-colors-v1.0.0...anstyle-owo-colors-v1.0.1
Expand Down
2 changes: 1 addition & 1 deletion crates/anstyle-owo-colors/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "anstyle-owo-colors"
version = "2.0.1"
version = "2.0.2"
description = "Adapt between owo-colors and anstyle"
repository = "https://github.com/rust-cli/anstyle.git"
homepage = "https://github.com/rust-cli/anstyle"
Expand Down
Loading

0 comments on commit 6e96e96

Please sign in to comment.