Skip to content

Commit 60dbed2

Browse files
committed
chore: Release
1 parent 11a7fb3 commit 60dbed2

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+
## [1.1.1] - 2026-07-16
11+
1012
### Fixes
1113

1214
- Ensure hyperlinks are escaped
@@ -95,7 +97,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
9597
## [0.1.0] - 2024-02-18
9698

9799
<!-- next-url -->
98-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v1.1.0...HEAD
100+
[Unreleased]: https://github.com/rust-cli/anstyle.git/compare/anstyle-svg-v1.1.1...HEAD
101+
[1.1.1]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v1.1.0...anstyle-svg-v1.1.1
99102
[1.1.0]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v1.0.0...anstyle-svg-v1.1.0
100103
[1.0.0]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.12...anstyle-svg-v1.0.0
101104
[0.1.12]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.11...anstyle-svg-v0.1.12

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

0 commit comments

Comments
 (0)