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 10a6b09 commit 1a10ef6Copy full SHA for 1a10ef6
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased - ReleaseDate
4
5
+## 0.5.10 - 2023-01-28
6
+
7
* Add `nwr assembly`
8
* Add `-e` to `nwr restrict`
9
* Add database schema
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "nwr"
-version = "0.5.9"
+version = "0.5.10"
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.5.9
+Current release: 0.5.10
14
15
```shell
16
cargo install nwr
0 commit comments