Skip to content

Commit 5628f47

Browse files
committed
chore: Release
1 parent 42d4175 commit 5628f47

File tree

37 files changed

+128
-74
lines changed

37 files changed

+128
-74
lines changed

Cargo.lock

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/anstream/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.6.17] - 2024-10-24
11+
1012
## [0.6.16] - 2024-10-24
1113

1214
### Compatibility
@@ -245,7 +247,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
245247
## [0.0.1] - 2023-03-07
246248

247249
<!-- next-url -->
248-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.16...HEAD
250+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.17...HEAD
251+
[0.6.17]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.16...anstream-v0.6.17
249252
[0.6.16]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.15...anstream-v0.6.16
250253
[0.6.15]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.14...anstream-v0.6.15
251254
[0.6.14]: https://github.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14

crates/anstream/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "anstream"
3-
version = "0.6.16"
3+
version = "0.6.17"
44
description = "A simple cross platform library for writing colored text to a terminal."
55
homepage = "https://github.com/rust-cli/anstyle"
66
categories = ["command-line-interface"]

crates/anstyle-ansi-term/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [1.0.3] - 2024-10-24
11+
1012
### Compatibility
1113

1214
- Update MSRV to 1.66
@@ -36,7 +38,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3638
## [0.1.1] - 2022-08-17
3739

3840
<!-- next-url -->
39-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-ansi-term-v1.0.2...HEAD
41+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-ansi-term-v1.0.3...HEAD
42+
[1.0.3]: https://github.com/rust-cli/anstyle/compare/anstyle-ansi-term-v1.0.2...anstyle-ansi-term-v1.0.3
4043
[1.0.2]: https://github.com/rust-cli/anstyle/compare/anstyle-ansi-term-v1.0.1...anstyle-ansi-term-v1.0.2
4144
[1.0.1]: https://github.com/rust-cli/anstyle/compare/anstyle-ansi-term-v1.0.0...anstyle-ansi-term-v1.0.1
4245
[1.0.0]: https://github.com/rust-cli/anstyle/compare/anstyle-ansi-term-v0.2.0...anstyle-ansi-term-v1.0.0

crates/anstyle-ansi-term/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "anstyle-ansi-term"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
description = "Adapt between ansi_term and anstyle"
55
homepage = "https://github.com/rust-cli/anstyle"
66
categories = ["command-line-interface"]

crates/anstyle-crossterm/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [3.0.1] - 2024-10-24
11+
1012
### Compatibility
1113

1214
- Update MSRV to 1.66
@@ -50,7 +52,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5052
## [0.1.1] - 2022-10-07
5153

5254
<!-- next-url -->
53-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v3.0.0...HEAD
55+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v3.0.1...HEAD
56+
[3.0.1]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v3.0.0...anstyle-crossterm-v3.0.1
5457
[3.0.0]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v2.0.2...anstyle-crossterm-v3.0.0
5558
[2.0.2]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v2.0.1...anstyle-crossterm-v2.0.2
5659
[2.0.1]: https://github.com/rust-cli/anstyle/compare/anstyle-crossterm-v2.0.0...anstyle-crossterm-v2.0.1

crates/anstyle-crossterm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "anstyle-crossterm"
3-
version = "3.0.0"
3+
version = "3.0.1"
44
description = "Adapt between crossterm and anstyle"
55
homepage = "https://github.com/rust-cli/anstyle"
66
categories = ["command-line-interface"]

crates/anstyle-git/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [1.1.2] - 2024-10-24
11+
1012
### Compatibility
1113

1214
- Update MSRV to 1.66
@@ -48,7 +50,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4850
## [0.2.1] - 2022-05-19
4951

5052
<!-- next-url -->
51-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-git-v1.1.1...HEAD
53+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-git-v1.1.2...HEAD
54+
[1.1.2]: https://github.com/rust-cli/anstyle/compare/anstyle-git-v1.1.1...anstyle-git-v1.1.2
5255
[1.1.1]: https://github.com/rust-cli/anstyle/compare/anstyle-git-v1.1.0...anstyle-git-v1.1.1
5356
[1.1.0]: https://github.com/rust-cli/anstyle/compare/anstyle-git-v1.0.1...anstyle-git-v1.1.0
5457
[1.0.1]: https://github.com/rust-cli/anstyle/compare/anstyle-git-v1.0.0...anstyle-git-v1.0.1

crates/anstyle-git/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "anstyle-git"
3-
version = "1.1.1"
3+
version = "1.1.2"
44
description = "Parse Git Style Descriptions"
55
homepage = "https://github.com/rust-cli/anstyle"
66
categories = ["command-line-interface"]

crates/anstyle-lossy/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [1.1.3] - 2024-10-24
11+
1012
### Compatibility
1113

1214
- Update MSRV to 1.66
@@ -48,7 +50,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4850
## [0.1.1] - 2022-10-07
4951

5052
<!-- next-url -->
51-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-lossy-v1.1.2...HEAD
53+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-lossy-v1.1.3...HEAD
54+
[1.1.3]: https://github.com/rust-cli/anstyle/compare/anstyle-lossy-v1.1.2...anstyle-lossy-v1.1.3
5255
[1.1.2]: https://github.com/rust-cli/anstyle/compare/anstyle-lossy-v1.1.1...anstyle-lossy-v1.1.2
5356
[1.1.1]: https://github.com/rust-cli/anstyle/compare/anstyle-lossy-v1.1.0...anstyle-lossy-v1.1.1
5457
[1.1.0]: https://github.com/rust-cli/anstyle/compare/anstyle-lossy-v1.0.0...anstyle-lossy-v1.1.0

crates/anstyle-lossy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "anstyle-lossy"
3-
version = "1.1.2"
3+
version = "1.1.3"
44
description = "Lossy conversion between ANSI Color Codes"
55
homepage = "https://github.com/rust-cli/anstyle"
66
categories = ["command-line-interface"]

crates/anstyle-ls/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [1.0.4] - 2024-10-24
11+
1012
### Compatibility
1113

1214
- Update MSRV to 1.66
@@ -36,7 +38,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3638
## [0.1.1] - 2022-10-07
3739

3840
<!-- next-url -->
39-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-ls-v1.0.3...HEAD
41+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-ls-v1.0.4...HEAD
42+
[1.0.4]: https://github.com/rust-cli/anstyle/compare/anstyle-ls-v1.0.3...anstyle-ls-v1.0.4
4043
[1.0.3]: https://github.com/rust-cli/anstyle/compare/anstyle-ls-v1.0.2...anstyle-ls-v1.0.3
4144
[1.0.2]: https://github.com/rust-cli/anstyle/compare/anstyle-ls-v1.0.1...anstyle-ls-v1.0.2
4245
[1.0.1]: https://github.com/rust-cli/anstyle/compare/anstyle-ls-v1.0.0...anstyle-ls-v1.0.1

crates/anstyle-ls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "anstyle-ls"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
description = "Parse LS_COLORS Style Descriptions"
55
homepage = "https://github.com/rust-cli/anstyle"
66
categories = ["command-line-interface"]

crates/anstyle-owo-colors/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [2.0.3] - 2024-10-24
11+
1012
### Compatibility
1113

1214
- Update MSRV to 1.66
@@ -53,7 +55,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5355
## [0.1.1] - 2022-05-18
5456

5557
<!-- next-url -->
56-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-owo-colors-v2.0.2...HEAD
58+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-owo-colors-v2.0.3...HEAD
59+
[2.0.3]: https://github.com/rust-cli/anstyle/compare/anstyle-owo-colors-v2.0.2...anstyle-owo-colors-v2.0.3
5760
[2.0.2]: https://github.com/rust-cli/anstyle/compare/anstyle-owo-colors-v2.0.1...anstyle-owo-colors-v2.0.2
5861
[2.0.1]: https://github.com/rust-cli/anstyle/compare/anstyle-owo-colors-v2.0.0...anstyle-owo-colors-v2.0.1
5962
[2.0.0]: https://github.com/rust-cli/anstyle/compare/anstyle-owo-colors-v1.0.1...anstyle-owo-colors-v2.0.0

crates/anstyle-owo-colors/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "anstyle-owo-colors"
3-
version = "2.0.2"
3+
version = "2.0.3"
44
description = "Adapt between owo-colors and anstyle"
55
homepage = "https://github.com/rust-cli/anstyle"
66
categories = ["command-line-interface"]

0 commit comments

Comments
 (0)