From ff55ceade7aacf80044102347e659424e3c2116d Mon Sep 17 00:00:00 2001 From: Qiang Wang Date: Thu, 24 Feb 2022 09:10:42 +0800 Subject: [PATCH] (cargo-release) version 0.5.3 --- CHANGELOG.md | 2 ++ Cargo.toml | 4 ++-- README.md | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99882d9..3214e55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased - ReleaseDate +## 0.5.3 - 2022-02-24 + ## 0.5.1 - 2022-02-24 * Move old Perl codes here diff --git a/Cargo.toml b/Cargo.toml index 8fb90eb..24568c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nwr" -version = "0.5.2" +version = "0.5.3" authors = ["wang-q "] description = "`nwr` is a command line tool for newick and taxonomy" documentation = "https://github.com/wang-q/nwr" @@ -12,7 +12,7 @@ license = "MIT" edition = "2018" [badges] -travis-ci = { repository = "wang-q/nwr", branch="0.5.2" } +travis-ci = { repository = "wang-q/nwr", branch="0.5.3" } appveyor = { repository = "wang-q/nwr" } [[bin]] diff --git a/README.md b/README.md index e83934e..2efb4df 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ## Install -Current release: 0.5.2 +Current release: 0.5.3 ```bash cargo install nwr