Skip to content

Commit ffb555f

Browse files
committed
chore: Release
1 parent 55de8a6 commit ffb555f

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-hyperlink/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [1.0.1] - 2026-03-13
11+
1012
## [1.0.0] - 2026-03-13
1113

1214
Initial release
1315

1416
<!-- next-url -->
15-
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-hyperlink-v1.0.0...HEAD
17+
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-hyperlink-v1.0.1...HEAD
18+
[1.0.1]: https://github.com/rust-cli/anstyle/compare/anstyle-hyperlink-v1.0.0...anstyle-hyperlink-v1.0.1
1619
[1.0.0]: https://github.com/rust-cli/anstyle/compare/22205da0833d0c597801a0ee73b86dd89bdb94c6...anstyle-hyperlink-v1.0.0

crates/anstyle-hyperlink/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-hyperlink"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "ANSI escape code hyperlinks (OSC 8)"
55
categories = ["command-line-interface"]
66
keywords = ["ansi", "terminal", "color", "no_std"]

0 commit comments

Comments
 (0)