Skip to content

Commit ab2dc44

Browse files
chore: release v0.6.0
1 parent b728012 commit ab2dc44

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

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+
1020
## [0.5.3](https://github.com/tjtelan/git-url-parse-rs/compare/v0.5.2...v0.5.3) - 2025-09-17
1121

1222
### Fixed

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.3"
12+
version = "0.6.0"
1313
rust-version = "1.85"
1414

1515
[features]

0 commit comments

Comments
 (0)