Skip to content

Commit 14dd743

Browse files
committed
chore: Release
1 parent 2baaec7 commit 14dd743

File tree

3 files changed

+19
-16
lines changed

3 files changed

+19
-16
lines changed

Cargo.lock

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

crates/anstyle/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](https://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [1.0.13] - 2025-09-29
11+
1012
## [1.0.12] - 2025-09-29
1113

1214
### Fixes
@@ -190,7 +192,8 @@ MSRV updated to 1.64.0
190192
## [0.1.1] - 2022-05-18
191193

192194
<!-- next-url -->
193-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/v1.0.12...HEAD
195+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/v1.0.13...HEAD
196+
[1.0.13]: https://github.com/rust-cli/anstyle/compare/v1.0.12...v1.0.13
194197
[1.0.12]: https://github.com/rust-cli/anstyle/compare/v1.0.11...v1.0.12
195198
[1.0.11]: https://github.com/rust-cli/anstyle/compare/v1.0.10...v1.0.11
196199
[1.0.10]: https://github.com/rust-cli/anstyle/compare/v1.0.9...v1.0.10

crates/anstyle/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"
3-
version = "1.0.12"
3+
version = "1.0.13"
44
description = "ANSI text styling"
55
categories = ["command-line-interface"]
66
keywords = ["ansi", "terminal", "color", "no_std"]

0 commit comments

Comments
 (0)