diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e09261..3da75f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased - ReleaseDate +## 0.7.2 - 2024-05-28 + ## 0.7.1 - 2024-05-28 * Fix multiple rounds of condensing leaf nodes diff --git a/Cargo.toml b/Cargo.toml index fb39cc6..52a6824 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nwr" -version = "0.7.1" +version = "0.7.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 1a6034b..191f3ea 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ## Install -Current release: 0.7.1 +Current release: 0.7.2 ```shell cargo install nwr