|
| 1 | +# [0.4.0](https://github.com/tjtelan/git-url-parse-rs/compare/v0.3.1...v0.4.0) |
| 2 | +- Migrate to Rust 2021 |
| 3 | +- Check for null bytes within input url before parsing (+ adding tests from [#16](https://github.com/tjtelan/git-url-parse-rs/issues/16)) |
| 4 | +- Replace `anyhow` with `color-eyre` |
| 5 | +- Replace panic behavior with returning `Err()` |
| 6 | +- Update dependencies |
| 7 | +- Clippy/rustfmt fixes + add clippy/rustfmt checks to CI |
| 8 | + |
1 | 9 | # [0.3.1](https://github.com/tjtelan/git-url-parse-rs/compare/v0.3.0...v0.3.1)
|
2 | 10 | - Loosen dependency restrictions in `Cargo.toml` ([#12](https://github.com/tjtelan/git-url-parse-rs/issues/12))
|
3 | 11 | - Update `strum` + `strum_macros` ([#14](https://github.com/tjtelan/git-url-parse-rs/issues/14))
|
4 | 12 |
|
5 |
| -# [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) |
6 | 14 | - Add `CHANGELOG.md`
|
7 | 15 | - Add new schemes `Ftp` and `Ftps`
|
8 | 16 | - Update `GitUrl` format for `Scheme::File` for `GitUrl.host` and `GitUrl.path`
|
9 | 17 | - Add more tests
|
10 | 18 |
|
11 |
| -# [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) |
12 | 20 | - Updating `GitUrl` format
|
13 | 21 | - Add `trim_auth()`
|
14 | 22 | - Add `impl Display` for `GitUrl`
|
15 | 23 | - Rename enum `Protocol` to `Scheme`
|
16 | 24 |
|
17 |
| -# [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) |
18 | 26 | - Add CI via Github Actions
|
19 | 27 | - Add badges for docs, crates, build to `README`
|
20 | 28 | - Update `README.md`
|
21 | 29 | - Making enums and Structs `Clone`
|
22 | 30 |
|
23 |
| -# [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) |
24 | 32 | - Add support for Azure DevOps
|
25 | 33 | - Add `README.md`
|
26 | 34 |
|
27 |
| -# [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) |
28 | 36 | - Pre-process urls before feeding to `url` crate
|
29 | 37 | - Specialized normalization rules between ssh or file path urls
|
0 commit comments