File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.6.0] ( https://github.com/tjtelan/git-url-parse-rs/compare/v0.5.3...v0.6.0 ) - 2025-09-18
11
+
12
+ ### Added
13
+
14
+ - Add interoperable support for ` url::Url ` ([ #74 ] ( https://github.com/tjtelan/git-url-parse-rs/pull/74 ) )
15
+
16
+ ### Other
17
+
18
+ - Remove lifetime from GitUrl ([ #72 ] ( https://github.com/tjtelan/git-url-parse-rs/pull/72 ) )
19
+
10
20
## [ 0.5.3] ( https://github.com/tjtelan/git-url-parse-rs/compare/v0.5.2...v0.5.3 ) - 2025-09-17
11
21
12
22
### Fixed
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "MIT"
9
9
name = " git-url-parse"
10
10
readme = " README.md"
11
11
repository = " https://github.com/tjtelan/git-url-parse-rs"
12
- version = " 0.5.3 "
12
+ version = " 0.6.0 "
13
13
rust-version = " 1.85"
14
14
15
15
[features ]
You can’t perform that action at this time.
0 commit comments