From d70060d7be71459f886475d6604af6ae576bf0e5 Mon Sep 17 00:00:00 2001 From: Qiang Wang Date: Tue, 18 Jul 2023 22:43:12 +0800 Subject: [PATCH] chore: Release intspan version 0.7.2 --- 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 b0c9477..3f39acb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased - ReleaseDate +## 0.7.2 - 2023-07-18 + * New binary `fasr`, ported from `App::Fasops` * `fasr axt2fas` * `fasr check` diff --git a/Cargo.toml b/Cargo.toml index 02cb99d..a34e20f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "intspan" -version = "0.7.1" +version = "0.7.2" authors = ["wang-q "] description = "Command line tools for IntSpan related bioinformatics operations" documentation = "https://github.com/wang-q/intspan" diff --git a/README.md b/README.md index 2a2c842..2150f82 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## Install -Current release: 0.7.1 +Current release: 0.7.2 ```shell cargo install intspan