Skip to content

Commit

Permalink
(cargo-release) version 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-q committed Apr 9, 2022
1 parent 1928496 commit 3bba80f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased - ReleaseDate

## 0.5.7 - 2022-04-10

## 0.5.6 - 2022-04-09

* Update the CI workflows
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nwr"
version = "0.5.6"
version = "0.5.7"
authors = ["wang-q <wang-q@outlook.com>"]
description = "`nwr` is a command line tool for newick and taxonomy"
documentation = "https://github.com/wang-q/nwr"
Expand All @@ -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]]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## Install

Current release: 0.5.6
Current release: 0.5.7

```bash
cargo install nwr
Expand Down

0 comments on commit 3bba80f

Please sign in to comment.