Skip to content

Commit 3aaf5cf

Browse files
committed
chore: Release
1 parent 8f6011d commit 3aaf5cf

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.0.0] - 2026-02-11
11+
1012
## [0.1.12] - 2025-11-19
1113

1214
### Fixes
@@ -81,7 +83,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
8183
## [0.1.0] - 2024-02-18
8284

8385
<!-- next-url -->
84-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.12...HEAD
86+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v1.0.0...HEAD
87+
[1.0.0]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.12...anstyle-svg-v1.0.0
8588
[0.1.12]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.11...anstyle-svg-v0.1.12
8689
[0.1.11]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.10...anstyle-svg-v0.1.11
8790
[0.1.10]: https://github.com/rust-cli/anstyle/compare/anstyle-svg-v0.1.9...anstyle-svg-v0.1.10

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.12"
3+
version = "1.0.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)