Skip to content

Commit 52495ba

Browse files
committed
chore: Release
1 parent 7cefdde commit 52495ba

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-progress/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+
## [0.1.3] - 2026-07-15
11+
1012
### Features
1113

1214
- Add `Debug` impl
@@ -42,7 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
4244
Initial release
4345

4446
<!-- next-url -->
45-
[Unreleased]: https://github.com/rust-cli/anstyle.git/compare/anstyle-progress-v0.1.2...HEAD
47+
[Unreleased]: https://github.com/rust-cli/anstyle.git/compare/anstyle-progress-v0.1.3...HEAD
48+
[0.1.3]: https://github.com/rust-cli/anstyle.git/compare/anstyle-progress-v0.1.2...anstyle-progress-v0.1.3
4649
[0.1.2]: https://github.com/rust-cli/anstyle.git/compare/anstyle-progress-v0.1.1...anstyle-progress-v0.1.2
4750
[0.1.1]: https://github.com/rust-cli/anstyle/compare/anstyle-progress-v0.1.0...anstyle-progress-v0.1.1
4851
[0.1.0]: https://github.com/rust-cli/anstyle/compare/anstyle-progress-v0.0.1...anstyle-progress-v0.1.0

crates/anstyle-progress/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-progress"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "ANSI escape code progress reporting (OSC 9;4)"
55
categories = ["command-line-interface"]
66
keywords = ["ansi", "terminal", "color", "no_std"]

0 commit comments

Comments
 (0)