From bc6a2e50b37b0f7ee9bb533840b6a5ee18ab8168 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 18:32:17 +0000 Subject: [PATCH] chore: release v0.5.1 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d445a0a..ca1b887 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.1](https://github.com/tjtelan/git-url-parse-rs/compare/v0.5.0...v0.5.1) - 2025-09-13 + +### Other + +- Update release-plz.yml ([#65](https://github.com/tjtelan/git-url-parse-rs/pull/65)) +- Remove debug print ([#63](https://github.com/tjtelan/git-url-parse-rs/pull/63)) + ## [0.5.0](https://github.com/tjtelan/git-url-parse-rs/compare/v0.4.6...v0.5.0) - 2025-09-13 ### Added diff --git a/Cargo.toml b/Cargo.toml index c72a403..32ae824 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "git-url-parse" readme = "README.md" repository = "https://github.com/tjtelan/git-url-parse-rs" -version = "0.5.0" +version = "0.5.1" rust-version = "1.85" [features]