From 39fdb60cc6df71ff515e35194b12751862db72f8 Mon Sep 17 00:00:00 2001 From: Michael Macias Date: Fri, 7 May 2021 10:23:26 -0500 Subject: [PATCH] Bump version to 0.7.0 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3d9b2a..22e08e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.7.0 - 2021-05-07 ### Added diff --git a/Cargo.lock b/Cargo.lock index e2ea4d9..23bc113 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -131,7 +131,7 @@ dependencies = [ [[package]] name = "fqlib" -version = "0.6.0" +version = "0.7.0" dependencies = [ "anyhow", "bbloom", diff --git a/Cargo.toml b/Cargo.toml index e967ccf..2659e12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fqlib" -version = "0.6.0" +version = "0.7.0" authors = ["Michael Macias "] edition = "2018" license = "Apache-2.0" diff --git a/README.md b/README.md index d22401e..361068e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Use [Cargo] to install fqlib. The binary built is named `fq`. ``` -$ cargo install --git https://github.com/stjude/fqlib.git --tag v0.6.0 +$ cargo install --git https://github.com/stjude/fqlib.git --tag v0.7.0 ``` [Precompiled binaries are built][releases] for modern Linux distributions @@ -24,8 +24,8 @@ Alternatively, build the [Docker] image. ``` $ git clone https://github.com/stjude/fqlib.git $ cd fqlib -$ git switch --detach v0.6.0 -$ docker image build --tag fqlib:0.6.0 . +$ git switch --detach v0.7.0 +$ docker image build --tag fqlib:0.7.0 . ``` [Cargo]: https://doc.rust-lang.org/cargo/getting-started/installation.html