Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed May 2, 2024
1 parent 3f7df27 commit caeb9d8
Show file tree
Hide file tree
Showing 37 changed files with 148 additions and 94 deletions.
116 changes: 58 additions & 58 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.14] - 2024-05-02

### Fixes

- Drop MSRV to 1.65
Expand Down Expand Up @@ -231,7 +233,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.13...HEAD
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.14...HEAD
[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
[0.6.11]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.10...anstream-v0.6.11
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.13"
version = "0.6.14"
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.1] - 2024-05-02

### Fixes

- Drop MSRV to 1.65
Expand All @@ -28,7 +30,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.0...HEAD
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-ansi-term-v1.0.1...HEAD
[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
[0.1.2]: https://github.com/rust-cli/anstyle/compare/anstyle-ansi-term-v0.1.1...anstyle-ansi-term-v0.1.2
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.0"
version = "1.0.1"
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.1] - 2024-05-02

### Fixes

- Drop MSRV to 1.65
Expand Down Expand Up @@ -36,7 +38,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.0...HEAD
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v2.0.1...HEAD
[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
[0.2.0]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v0.1.1...anstyle-crossterm-v0.2.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.0"
version = "2.0.1"
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.0.1] - 2024-05-02

### Fixes

- Drop MSRV to 1.65
Expand Down Expand Up @@ -34,7 +36,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.0.0...HEAD
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-git-v1.0.1...HEAD
[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
[0.3.0]: https://github.com/rust-cli/anstyle/compare/anstyle-git-v0.2.3...anstyle-git-v0.3.0
[0.2.3]: https://github.com/rust-cli/anstyle/compare/anstyle-git-v0.2.2...anstyle-git-v0.2.3
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.0.0"
version = "1.0.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.1] - 2024-05-02

### Fixes

- Drop MSRV to 1.65
Expand Down Expand Up @@ -40,7 +42,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.0...HEAD
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-lossy-v1.1.1...HEAD
[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
[0.2.0]: https://github.com/rust-cli/anstyle/compare/anstyle-lossy-v0.1.1...anstyle-lossy-v0.2.0
Expand Down
Loading

0 comments on commit caeb9d8

Please sign in to comment.