From 61de12f1ee3c93ac798986c1e9ca852b25cdec43 Mon Sep 17 00:00:00 2001 From: Qiang Wang Date: Sat, 3 Jun 2023 21:49:57 +0800 Subject: [PATCH] (cargo-release) version 0.6.0 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bcdf71..52d7c9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased - ReleaseDate +## 0.6.0 - 2023-06-03 + * Add `nwr template` to replace `nwr assembly` and temporally existed `nwr biosample` * `nwr template --ass` * `nwr template --bs` diff --git a/Cargo.toml b/Cargo.toml index 000ad6a..48e32df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nwr" -version = "0.5.10" +version = "0.6.0" authors = ["wang-q "] description = "`nwr` is a command line tool for newick and taxonomy" documentation = "https://github.com/wang-q/nwr" diff --git a/README.md b/README.md index afd0abf..fd458cb 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ## Install -Current release: 0.5.10 +Current release: 0.6.0 ```shell cargo install nwr