Skip to content

Commit

Permalink
(cargo-release) version 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-q committed Feb 24, 2022
1 parent d5852c1 commit ff55cea
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.3 - 2022-02-24

## 0.5.1 - 2022-02-24

* Move old Perl codes here
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.2"
version = "0.5.3"
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.2" }
travis-ci = { repository = "wang-q/nwr", branch="0.5.3" }
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 @@ -8,7 +8,7 @@

## Install

Current release: 0.5.2
Current release: 0.5.3

```bash
cargo install nwr
Expand Down

0 comments on commit ff55cea

Please sign in to comment.