Skip to content

Commit 6cb3b8d

Browse files
authored
Bump crate version to v0.3.1 (#15)
* Updating strum + version bump Progress on #14 * Expected a build fail, but WORKSFORME? Watching GH Actions... * Updating Changelog to prepare for v0.3.1
1 parent 3df57e8 commit 6cb3b8d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# [0.3.1](https://github.com/tjtelan/git-url-parse-rs/compare/v0.3.0...v0.3.1)
2+
- Loosen dependency restrictions in `Cargo.toml` ([#12](https://github.com/tjtelan/git-url-parse-rs/issues/12))
3+
- Update `strum` + `strum_macros` ([#14](https://github.com/tjtelan/git-url-parse-rs/issues/14))
4+
15
# [0.3.0](https://github.com/tjtelan/git-url-parse-rs/compare/v0.2.0...v0.3.0)
26
- Add `CHANGELOG.md`
37
- Add new schemes `Ftp` and `Ftps`

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ license = "MIT"
99
name = "git-url-parse"
1010
readme = "README.md"
1111
repository = "https://github.com/tjtelan/git-url-parse-rs"
12-
version = "0.3.0"
12+
version = "0.3.1"
1313

1414
[badges.maintenance]
1515
status = "actively-developed"
1616

1717
[dependencies]
1818
log = "^0.4"
1919
url = "^2.2"
20-
strum = "~0.18"
21-
strum_macros = "~0.18"
20+
strum = "^0.20"
21+
strum_macros = "^0.20"
2222
anyhow = "^1.0"
2323
regex = "^1.4"
2424

0 commit comments

Comments
 (0)