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]