Skip to content

Commit c1d9195

Browse files
chore: release v0.5.2 (#67)
## πŸ€– New release * `git-url-parse`: 0.5.1 -> 0.5.2 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.5.2](v0.5.1...v0.5.2) - 2025-09-16 ### Added - Implement TryFrom<GitUrl> for url::Url ([#66](#66)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 28a2988 commit c1d9195

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.5.2](https://github.com/tjtelan/git-url-parse-rs/compare/v0.5.1...v0.5.2) - 2025-09-16
11+
12+
### Added
13+
14+
- Implement TryFrom<GitUrl> for url::Url ([#66](https://github.com/tjtelan/git-url-parse-rs/pull/66))
15+
1016
## [0.5.1](https://github.com/tjtelan/git-url-parse-rs/compare/v0.5.0...v0.5.1) - 2025-09-13
1117

1218
### Other

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "git-url-parse"
1010
readme = "README.md"
1111
repository = "https://github.com/tjtelan/git-url-parse-rs"
12-
version = "0.5.1"
12+
version = "0.5.2"
1313
rust-version = "1.85"
1414

1515
[features]

0 commit comments

Comments
Β (0)