Skip to content

Commit f0ec8fd

Browse files
committed
Adding release dates in changelog
1 parent f1ad192 commit f0ec8fd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,28 @@
1010
- Loosen dependency restrictions in `Cargo.toml` ([#12](https://github.com/tjtelan/git-url-parse-rs/issues/12))
1111
- Update `strum` + `strum_macros` ([#14](https://github.com/tjtelan/git-url-parse-rs/issues/14))
1212

13-
# [0.3.0](https://github.com/tjtelan/git-url-parse-rs/compare/v0.2.0...v0.3.0)
13+
# [0.3.0](https://github.com/tjtelan/git-url-parse-rs/compare/v0.2.0...v0.3.0) (2020-10-02)
1414
- Add `CHANGELOG.md`
1515
- Add new schemes `Ftp` and `Ftps`
1616
- Update `GitUrl` format for `Scheme::File` for `GitUrl.host` and `GitUrl.path`
1717
- Add more tests
1818

19-
# [0.2.0](https://github.com/tjtelan/git-url-parse-rs/compare/v0.1.1...v0.2.0)
19+
# [0.2.0](https://github.com/tjtelan/git-url-parse-rs/compare/v0.1.1...v0.2.0) (2020-05-13)
2020
- Updating `GitUrl` format
2121
- Add `trim_auth()`
2222
- Add `impl Display` for `GitUrl`
2323
- Rename enum `Protocol` to `Scheme`
2424

25-
# [0.1.1](https://github.com/tjtelan/git-url-parse-rs/compare/v0.1.0...v0.1.1)
25+
# [0.1.1](https://github.com/tjtelan/git-url-parse-rs/compare/v0.1.0...v0.1.1) (2020-05-09)
2626
- Add CI via Github Actions
2727
- Add badges for docs, crates, build to `README`
2828
- Update `README.md`
2929
- Making enums and Structs `Clone`
3030

31-
# [0.1.0](https://github.com/tjtelan/git-url-parse-rs/compare/v0.0.1...v0.1.0)
31+
# [0.1.0](https://github.com/tjtelan/git-url-parse-rs/compare/v0.0.1...v0.1.0) (2020-02-05)
3232
- Add support for Azure DevOps
3333
- Add `README.md`
3434

35-
# [0.0.1](https://github.com/tjtelan/git-url-parse-rs/commit/9255fc3f0516e6cfa60c651dd0436fa702b701b1)
35+
# [0.0.1](https://github.com/tjtelan/git-url-parse-rs/commit/9255fc3f0516e6cfa60c651dd0436fa702b701b1) (2020-01-21)
3636
- Pre-process urls before feeding to `url` crate
3737
- Specialized normalization rules between ssh or file path urls

0 commit comments

Comments
 (0)