diff --git a/CHANGELOG.md b/CHANGELOG.md index 14164bd..916b57e 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.6.1](https://github.com/tjtelan/git-url-parse-rs/compare/v0.6.0...v0.6.1) - 2025-10-30 + +### Fixed + +- ssh schema parsing ([#81](https://github.com/tjtelan/git-url-parse-rs/pull/81)) + ## [0.6.0](https://github.com/tjtelan/git-url-parse-rs/compare/v0.5.3...v0.6.0) - 2025-09-18 ### Added diff --git a/Cargo.toml b/Cargo.toml index 10b4389..d0c3aa4 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.6.0" +version = "0.6.1" rust-version = "1.85" [features]