From e9736d3c2c3f58e241df4b78e22d5bb22dab350a Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 28 Sep 2023 13:47:46 -0500 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- crates/anstyle-roff/CHANGELOG.md | 5 ++++- crates/anstyle-roff/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 85421068..c472636e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -145,7 +145,7 @@ dependencies = [ [[package]] name = "anstyle-roff" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anstyle 1.0.3", "anstyle-lossy", diff --git a/crates/anstyle-roff/CHANGELOG.md b/crates/anstyle-roff/CHANGELOG.md index ccd4f558..fae4d931 100644 --- a/crates/anstyle-roff/CHANGELOG.md +++ b/crates/anstyle-roff/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [0.3.2] - 2023-09-28 + ### Compatibility - Update MSRV to 1.70.0 @@ -28,7 +30,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [0.1.0] - 2023-02-10 -[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-roff-v0.3.1...HEAD +[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-roff-v0.3.2...HEAD +[0.3.2]: https://github.com/rust-cli/anstyle/compare/anstyle-roff-v0.3.1...anstyle-roff-v0.3.2 [0.3.1]: https://github.com/rust-cli/anstyle/compare/anstyle-roff-v0.3.0...anstyle-roff-v0.3.1 [0.3.0]: https://github.com/rust-cli/anstyle/compare/anstyle-roff-v0.2.0...anstyle-roff-v0.3.0 [0.2.0]: https://github.com/rust-cli/anstyle/compare/anstyle-roff-v0.1.0...anstyle-roff-v0.2.0 diff --git a/crates/anstyle-roff/Cargo.toml b/crates/anstyle-roff/Cargo.toml index 0130ec22..9762a8b3 100644 --- a/crates/anstyle-roff/Cargo.toml +++ b/crates/anstyle-roff/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anstyle-roff" -version = "0.3.1" +version = "0.3.2" description = "Adapt between anstyle and roff" repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle"