From 725dd648e81771cd0c17ede846470e4dca9d64ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 06:56:36 +0000 Subject: [PATCH 1/2] chore: release v0.5.0 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60d9eb6..d445a0a 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.0](https://github.com/tjtelan/git-url-parse-rs/compare/v0.4.6...v0.5.0) - 2025-09-13 + +### Added + +- Reimplement `GitUrl` with `nom` ([#61](https://github.com/tjtelan/git-url-parse-rs/pull/61)) + ## [0.4.6](https://github.com/tjtelan/git-url-parse-rs/compare/v0.4.5...v0.4.6) - 2025-09-13 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 272ead7..c72a403 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.4.6" +version = "0.5.0" rust-version = "1.85" [features] From 1c207ee2d29079dea84fb4c4829fcb0a0640f7f7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 06:57:31 +0000 Subject: [PATCH 2/2] ci: Update msrv and/or readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 45e6d66..f6b1eea 100644 --- a/README.md +++ b/README.md @@ -91,14 +91,14 @@ cargo add git-url-parse ### Cargo Features -#### `log` +#### `log` Enable for internal `debug!` output from [log](https://docs.rs/log/latest) -#### `serde` +#### `serde` Enable for [serde](https://docs.rs/serde/latest/) `Serialize`/`Deserialize` on [`GitUrl`](https://docs.rs/git-url-parse/latest/git_url_parse/types/struct.GitUrl.html) -#### `url` +#### `url` (**enabled by default**) -Uses [url](https://docs.rs/url/latest/) during parsing for full url validation +Uses [url](https://docs.rs/url/latest/) during parsing for full url validation