Skip to content

Commit e327130

Browse files
committed
chore: Release
1 parent 302e8bf commit e327130

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/anstyle-svg/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+
## [0.1.12] - 2025-11-19
11+
1012
### Fixes
1113

1214
- Switch to kitty's opacity value for `dimmed`
@@ -79,7 +81,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
7981
## [0.1.0] - 2024-02-18
8082

8183
<!-- next-url -->
82-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.11...HEAD
84+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.12...HEAD
85+
[0.1.12]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.11...anstyle-svg-v0.1.12
8386
[0.1.11]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.10...anstyle-svg-v0.1.11
8487
[0.1.10]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.9...anstyle-svg-v0.1.10
8588
[0.1.9]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.8...anstyle-svg-v0.1.9

crates/anstyle-svg/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-svg"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
description = "Convert ANSI escape codes to SVG"
55
categories = ["command-line-interface"]
66
keywords = ["ansi", "terminal", "color", "svg"]

0 commit comments

Comments
 (0)