Skip to content

Commit 2a2bebb

Browse files
committed
chore: Release
1 parent 98b7990 commit 2a2bebb

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

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

1214
- Remove leading zero when rendering single-digit `Ansi256Color`
@@ -188,7 +190,8 @@ MSRV updated to 1.64.0
188190
## [0.1.1] - 2022-05-18
189191

190192
<!-- next-url -->
191-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/v1.0.11...HEAD
193+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/v1.0.12...HEAD
194+
[1.0.12]: https://github.com/rust-cli/anstyle/compare/v1.0.11...v1.0.12
192195
[1.0.11]: https://github.com/rust-cli/anstyle/compare/v1.0.10...v1.0.11
193196
[1.0.10]: https://github.com/rust-cli/anstyle/compare/v1.0.9...v1.0.10
194197
[1.0.9]: https://github.com/rust-cli/anstyle/compare/v1.0.8...v1.0.9

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

0 commit comments

Comments
 (0)