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 eff405a commit 749b0f9Copy full SHA for 749b0f9
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased - ReleaseDate
4
5
+## 0.7.6 - 2024-12-26
6
+
7
* Add `nwr seqdb`
8
9
* Tweak `nwr template` shell scripts
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "nwr"
-version = "0.7.5"
+version = "0.7.6"
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
@@ -12,7 +12,7 @@
12
13
## Install
14
15
-Current release: 0.7.5
+Current release: 0.7.6
16
17
```shell
18
cargo install nwr
0 commit comments