From db852224a27b7e71b8a15c5a8187978d08ea1b41 Mon Sep 17 00:00:00 2001 From: wang-q Date: Wed, 29 May 2024 01:35:50 +0800 Subject: [PATCH] chore: Release nwr version 0.7.1 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f31eae..5e09261 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased - ReleaseDate +## 0.7.1 - 2024-05-28 + * Fix multiple rounds of condensing leaf nodes * Skip invalid lines * `nwr append` diff --git a/Cargo.toml b/Cargo.toml index 381c6e3..fb39cc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nwr" -version = "0.7.0" +version = "0.7.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 aba9f38..1a6034b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ## Install -Current release: 0.7.0 +Current release: 0.7.1 ```shell cargo install nwr