From ce682a8866f302a60352333027e080f9df3e4f37 Mon Sep 17 00:00:00 2001 From: Daniel Seiller Date: Mon, 5 Aug 2019 03:37:17 +0200 Subject: [PATCH] chore: Update changelog --- CHANGELOG.md | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f63bf32..31290c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,28 @@ ## [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 - -## 0.0.0 - 2019-07-15 + +## [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 + + +## [v0.2.0] - 2019-08-05 +### Features +- **GUI:** Implement route plotting and fuzzy search + + + +## 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