Skip to content

Commit a67c7fa

Browse files
chore: release v0.5.3 (#71)
## πŸ€– New release * `git-url-parse`: 0.5.2 -> 0.5.3 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.5.3](v0.5.2...v0.5.3) - 2025-09-17 ### Fixed - failure to parse provider info if .git suffix is missing ([#70](#70)) </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 7a43b90 commit a67c7fa

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.3](https://github.com/tjtelan/git-url-parse-rs/compare/v0.5.2...v0.5.3) - 2025-09-17
11+
12+
### Fixed
13+
14+
- failure to parse provider info if .git suffix is missing ([#70](https://github.com/tjtelan/git-url-parse-rs/pull/70))
15+
1016
## [0.5.2](https://github.com/tjtelan/git-url-parse-rs/compare/v0.5.1...v0.5.2) - 2025-09-16
1117

1218
### Added

β€Ž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.2"
12+
version = "0.5.3"
1313
rust-version = "1.85"
1414

1515
[features]

0 commit comments

Comments
Β (0)