Skip to content

Commit b71790b

Browse files
committed
chore: Release
1 parent 0fe6f0f commit b71790b

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

10+
## [1.1.0] - 2026-03-13
11+
1012
### Fixes
1113

1214
- Make 4:0 removes all underline styles
@@ -89,7 +91,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
8991
## [0.1.0] - 2024-02-18
9092

9193
<!-- next-url -->
92-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v1.0.0...HEAD
94+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v1.1.0...HEAD
95+
[1.1.0]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v1.0.0...anstyle-svg-v1.1.0
9396
[1.0.0]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.12...anstyle-svg-v1.0.0
9497
[0.1.12]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.11...anstyle-svg-v0.1.12
9598
[0.1.11]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.10...anstyle-svg-v0.1.11

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

0 commit comments

Comments
 (0)