We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465d834 commit f1cf461Copy full SHA for f1cf461
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased - ReleaseDate
4
5
+## 0.6.1 - 2023-07-18
6
+
7
* Add more templates to `nwr template`
8
* `--mh` for MinHash
9
* `--count` for counting
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "nwr"
-version = "0.6.0"
+version = "0.6.1"
authors = ["wang-q <[email protected]>"]
description = "`nwr` is a command line tool for newick and taxonomy"
documentation = "https://github.com/wang-q/nwr"
README.md
@@ -10,7 +10,7 @@
10
11
## Install
12
13
-Current release: 0.6.0
+Current release: 0.6.1
14
15
```shell
16
cargo install nwr
0 commit comments