chore: Update changelog
This commit is contained in:
parent
32e6e180e4
commit
ce682a8866
1 changed files with 20 additions and 11 deletions
31
CHANGELOG.md
31
CHANGELOG.md
|
@ -1,19 +1,28 @@
|
|||
<a name="unreleased"></a>
|
||||
## [Unreleased]
|
||||
|
||||
### Bug Fixes
|
||||
- **router:** Fixed some syntax errors created by botched merge
|
||||
|
||||
### Features
|
||||
- **GUI:** Implement route plotting and fuzzy search
|
||||
- **GUI:** Add Download functionlaity, update Rust code, update Python code
|
||||
|
||||
### Miscellaneous
|
||||
- Added changelog
|
||||
- **formatting:** ran `cargo fmt` and `cargo clippy`, fixed all warnings
|
||||
|
||||
|
||||
<a name="0.0.0"></a>
|
||||
## 0.0.0 - 2019-07-15
|
||||
<a name="v0.2.1"></a>
|
||||
## [v0.2.1] - 2019-08-05
|
||||
### Bug Fixes
|
||||
- **router:** Fixed some syntax errors created by botched merge
|
||||
|
||||
[Unreleased]: https://gitlab.com/Earthnuker/ed_lrr/compare/0.0.0...HEAD
|
||||
|
||||
<a name="v0.2.0"></a>
|
||||
## [v0.2.0] - 2019-08-05
|
||||
### Features
|
||||
- **GUI:** Implement route plotting and fuzzy search
|
||||
|
||||
|
||||
<a name="v0.1.0"></a>
|
||||
## v0.1.0 - 2019-07-22
|
||||
### Features
|
||||
- **GUI:** Add Download functionlaity, update Rust code, update Python code
|
||||
|
||||
|
||||
[Unreleased]: https://gitlab.com/Earthnuker/ed_lrr/compare/v0.2.1...HEAD
|
||||
[v0.2.1]: https://gitlab.com/Earthnuker/ed_lrr/compare/v0.2.0...v0.2.1
|
||||
[v0.2.0]: https://gitlab.com/Earthnuker/ed_lrr/compare/v0.1.0...v0.2.0
|
||||
|
|
Loading…
Reference in a new issue