diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a5c907..a980cdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.2.0] - 2020-11-17 + ### Added - command `convert-abundance` @@ -57,7 +59,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -[Unreleased]: https://github.com/jeanmanguy/spideog/compare/v0.1.2...HEAD +[Unreleased]: https://github.com/jeanmanguy/spideog/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/jeanmanguy/spideog/compare/v0.1.2...v0.2.0 [0.1.2]: https://github.com/jeanmanguy/spideog/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/jeanmanguy/spideog/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/jeanmanguy/spideog/releases/tag/v0.1.0 \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 63f2479..1c0e59c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spideog" -version = "0.1.3-alpha.0" +version = "0.2.0" authors = ["Jean Manguy "] edition = "2018" description = "Command line utility to analyse and convert Kraken reports"