Skip to content

Commit 942f283

Browse files
committed
chore: Release
1 parent b4d97ef commit 942f283

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

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

10+
## [0.1.11] - 2025-09-17
11+
1012
### Fixes
1113

1214
- Fix custom background colors for SVGs
@@ -73,7 +75,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7375
## [0.1.0] - 2024-02-18
7476

7577
<!-- next-url -->
76-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.10...HEAD
78+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.11...HEAD
79+
[0.1.11]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.10...anstyle-svg-v0.1.11
7780
[0.1.10]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.9...anstyle-svg-v0.1.10
7881
[0.1.9]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.8...anstyle-svg-v0.1.9
7982
[0.1.8]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.7...anstyle-svg-v0.1.8

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

0 commit comments

Comments
 (0)