From c2fac8813f18f06bcaf7d9aeddc1359edbcdb36f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 17:56:39 +0000 Subject: [PATCH] chore: release v0.6.1 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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]