diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cdf135..da13aa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased - ReleaseDate +## 0.6.1 - 2023-07-18 + * Add more templates to `nwr template` * `--mh` for MinHash * `--count` for counting diff --git a/Cargo.toml b/Cargo.toml index 48e32df..aa9fff0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nwr" -version = "0.6.0" +version = "0.6.1" 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 fd458cb..684b5f3 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ## Install -Current release: 0.6.0 +Current release: 0.6.1 ```shell cargo install nwr