1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46# Changelog
## v0.1.2 (2021-09-15)
#### :rocket: Enhancement
* [#12](https://github.com/Turbo87/hosted-git-info-rs/pull/12) Implement `FromStr` trait ([@Turbo87](https://github.com/Turbo87))
#### :bug: Bug Fix
* [#13](https://github.com/Turbo87/hosted-git-info-rs/pull/13) Fix panic on `#` input ([@Turbo87](https://github.com/Turbo87))
#### :house: Internal
* [#14](https://github.com/Turbo87/hosted-git-info-rs/pull/14) Add fuzzing tests based on `proptest` ([@Turbo87](https://github.com/Turbo87))
#### Committers: 1
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
## v0.1.1 (2021-08-09)
#### :house: Internal
* [#11](https://github.com/Turbo87/hosted-git-info-rs/pull/11) Cargo.toml: Only package the `src` folder ([@Turbo87](https://github.com/Turbo87))
#### Committers: 1
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
## v0.1.0 (2021-08-09)
* [48699a2](https://github.com/Turbo87/hosted-git-info-rs/commit/48699a2) Initial Rust port :tada: ([@Turbo87](https://github.com/Turbo87))
#### :rocket: Enhancement
* [#9](https://github.com/Turbo87/hosted-git-info-rs/pull/9) Extract getter functions ([@Turbo87](https://github.com/Turbo87))
* [#7](https://github.com/Turbo87/hosted-git-info-rs/pull/7) Save default representation ([@Turbo87](https://github.com/Turbo87))
#### :memo: Documentation
* [#8](https://github.com/Turbo87/hosted-git-info-rs/pull/8) Add code documentation ([@Turbo87](https://github.com/Turbo87))
* [#6](https://github.com/Turbo87/hosted-git-info-rs/pull/6) Update README file ([@Turbo87](https://github.com/Turbo87))
#### :house: Internal
* [#10](https://github.com/Turbo87/hosted-git-info-rs/pull/10) CI: Add "Release" workflow ([@Turbo87](https://github.com/Turbo87))
* [bee3f78](https://github.com/Turbo87/hosted-git-info-rs/commit/bee3f78) CI: Run Rust code ([@Turbo87](https://github.com/Turbo87))
#### Committers: 1
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))