From c04b6a6a7a993b88ef64272a5441e6a07b005818 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 17:17:15 +0000 Subject: [PATCH] chore: release v0.5.3 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fdddae..f4f22a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.3](https://github.com/tjtelan/git-url-parse-rs/compare/v0.5.2...v0.5.3) - 2025-09-17 + +### Fixed + +- failure to parse provider info if .git suffix is missing ([#70](https://github.com/tjtelan/git-url-parse-rs/pull/70)) + ## [0.5.2](https://github.com/tjtelan/git-url-parse-rs/compare/v0.5.1...v0.5.2) - 2025-09-16 ### Added diff --git a/Cargo.toml b/Cargo.toml index 3b68b00..2950336 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.2" +version = "0.5.3" rust-version = "1.85" [features]