|
10 | 10 | - Loosen dependency restrictions in `Cargo.toml` ([#12](https://github.com/tjtelan/git-url-parse-rs/issues/12)) |
11 | 11 | - Update `strum` + `strum_macros` ([#14](https://github.com/tjtelan/git-url-parse-rs/issues/14)) |
12 | 12 |
|
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) |
14 | 14 | - Add `CHANGELOG.md` |
15 | 15 | - Add new schemes `Ftp` and `Ftps` |
16 | 16 | - Update `GitUrl` format for `Scheme::File` for `GitUrl.host` and `GitUrl.path` |
17 | 17 | - Add more tests |
18 | 18 |
|
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) |
20 | 20 | - Updating `GitUrl` format |
21 | 21 | - Add `trim_auth()` |
22 | 22 | - Add `impl Display` for `GitUrl` |
23 | 23 | - Rename enum `Protocol` to `Scheme` |
24 | 24 |
|
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) |
26 | 26 | - Add CI via Github Actions |
27 | 27 | - Add badges for docs, crates, build to `README` |
28 | 28 | - Update `README.md` |
29 | 29 | - Making enums and Structs `Clone` |
30 | 30 |
|
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) |
32 | 32 | - Add support for Azure DevOps |
33 | 33 | - Add `README.md` |
34 | 34 |
|
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) |
36 | 36 | - Pre-process urls before feeding to `url` crate |
37 | 37 | - Specialized normalization rules between ssh or file path urls |
0 commit comments