diff --git a/CHANGELOG.md b/CHANGELOG.md index ca1b887..9fdddae 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.2](https://github.com/tjtelan/git-url-parse-rs/compare/v0.5.1...v0.5.2) - 2025-09-16 + +### Added + +- Implement TryFrom for url::Url ([#66](https://github.com/tjtelan/git-url-parse-rs/pull/66)) + ## [0.5.1](https://github.com/tjtelan/git-url-parse-rs/compare/v0.5.0...v0.5.1) - 2025-09-13 ### Other diff --git a/Cargo.toml b/Cargo.toml index 32ae824..3b68b00 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.1" +version = "0.5.2" rust-version = "1.85" [features]