From 3bba80f586afe9fe43f14a44e1ff9305e2afa07c Mon Sep 17 00:00:00 2001 From: Qiang Wang Date: Sun, 10 Apr 2022 00:14:01 +0800 Subject: [PATCH] (cargo-release) version 0.5.7 --- 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 c7dac6e..1d07369 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased - ReleaseDate +## 0.5.7 - 2022-04-10 + ## 0.5.6 - 2022-04-09 * Update the CI workflows diff --git a/Cargo.toml b/Cargo.toml index 94a3475..72857e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nwr" -version = "0.5.6" +version = "0.5.7" 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.6" } +travis-ci = { repository = "wang-q/nwr", branch="0.5.7" } appveyor = { repository = "wang-q/nwr" } [[bin]] diff --git a/README.md b/README.md index 1967ac5..3c8ebe5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## Install -Current release: 0.5.6 +Current release: 0.5.7 ```bash cargo install nwr