Skip to content

Commit 94847b3

Browse files
committed
chore: Release
1 parent 786161b commit 94847b3

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

10+
## [0.1.8] - 2025-06-04
11+
1012
### Features
1113

1214
- Respect hyperlink ANSI escape codes and render them as `<a>` tags
@@ -55,7 +57,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5557
## [0.1.0] - 2024-02-18
5658

5759
<!-- next-url -->
58-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.7...HEAD
60+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.8...HEAD
61+
[0.1.8]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.7...anstyle-svg-v0.1.8
5962
[0.1.7]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.6...anstyle-svg-v0.1.7
6063
[0.1.6]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.5...anstyle-svg-v0.1.6
6164
[0.1.5]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.4...anstyle-svg-v0.1.5

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

0 commit comments

Comments
 (0)