diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f84e35..6697990 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.9.1 - 2022-02-15 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 663195a..6bc3a1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -123,7 +123,7 @@ dependencies = [ [[package]] name = "fq" -version = "0.9.0" +version = "0.9.1" dependencies = [ "anyhow", "bbloom", diff --git a/Cargo.toml b/Cargo.toml index 415be34..bf7a923 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fq" -version = "0.9.0" +version = "0.9.1" authors = ["Michael Macias "] edition = "2021" license = "Apache-2.0" diff --git a/README.md b/README.md index 08bbd69..2d4ab22 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ There are different methods to install fq. Clone the repository and use [Cargo] to install fq. ``` -$ git clone --depth 1 --branch v0.9.0 https://github.com/stjude-rust-labs/fq.git +$ git clone --depth 1 --branch v0.9.1 https://github.com/stjude-rust-labs/fq.git $ cd fq $ cargo install --path . ``` @@ -36,9 +36,9 @@ $ cargo install --path . Alternatively, build the container image, e.g., using [Docker]: ``` -$ git clone --depth 1 --branch v0.9.0 https://github.com/stjude-rust-labs/fq.git +$ git clone --depth 1 --branch v0.9.1 https://github.com/stjude-rust-labs/fq.git $ cd fq -$ docker image build --tag fq:0.9.0 . +$ docker image build --tag fq:0.9.1 . ``` [Docker]: https://www.docker.com/