Skip to content

Commit fc8035c

Browse files
committed
chore: Release
1 parent db46c47 commit fc8035c

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.9] - 2025-06-16
11+
1012
### Features
1113

1214
- Add `Term::render_html`
@@ -61,7 +63,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6163
## [0.1.0] - 2024-02-18
6264

6365
<!-- next-url -->
64-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.8...HEAD
66+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.9...HEAD
67+
[0.1.9]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.8...anstyle-svg-v0.1.9
6568
[0.1.8]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.7...anstyle-svg-v0.1.8
6669
[0.1.7]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.6...anstyle-svg-v0.1.7
6770
[0.1.6]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.5...anstyle-svg-v0.1.6

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

0 commit comments

Comments
 (0)