ED_LRR/CHANGELOG.md

29 lines
729 B
Markdown
Raw Normal View History

2019-08-04 22:10:23 +00:00
<a name="unreleased"></a>
## [Unreleased]
2019-08-05 01:37:17 +00:00
### Miscellaneous
- **formatting:** ran `cargo fmt` and `cargo clippy`, fixed all warnings
<a name="v0.2.1"></a>
## [v0.2.1] - 2019-08-05
2019-08-04 23:18:20 +00:00
### Bug Fixes
- **router:** Fixed some syntax errors created by botched merge
2019-08-05 01:37:17 +00:00
<a name="v0.2.0"></a>
## [v0.2.0] - 2019-08-05
2019-08-04 22:10:23 +00:00
### Features
- **GUI:** Implement route plotting and fuzzy search
2019-08-05 01:37:17 +00:00
<a name="v0.1.0"></a>
## v0.1.0 - 2019-07-22
### Features
- **GUI:** Add Download functionlaity, update Rust code, update Python code
2019-08-04 22:10:23 +00:00
2019-08-05 01:37:17 +00:00
[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