From 1b2363a7821a0a0902279bf129cc0bba697e0ce9 Mon Sep 17 00:00:00 2001 From: Qiang Wang Date: Tue, 18 Jul 2023 22:59:19 +0800 Subject: [PATCH] chore: Release nwr version 0.6.2 --- 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 da13aa6..4ba7281 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased - ReleaseDate +## 0.6.2 - 2023-07-18 + ## 0.6.1 - 2023-07-18 * Add more templates to `nwr template` diff --git a/Cargo.toml b/Cargo.toml index aa9fff0..69078d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nwr" -version = "0.6.1" +version = "0.6.2" 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 684b5f3..a82b022 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ## Install -Current release: 0.6.1 +Current release: 0.6.2 ```shell cargo install nwr