From 51779f50e04c1a584b029d55d173e760fb410ac4 Mon Sep 17 00:00:00 2001 From: Michael Macias Date: Mon, 8 Jul 2024 11:30:47 -0500 Subject: [PATCH] Bump version to 0.12.0 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 567f635..2c33c26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.12.0 - 2024-07-08 ### Added diff --git a/Cargo.lock b/Cargo.lock index f2bacc3..9b8804f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -193,7 +193,7 @@ dependencies = [ [[package]] name = "fq" -version = "0.11.0" +version = "0.12.0" dependencies = [ "anyhow", "bbloom", diff --git a/Cargo.toml b/Cargo.toml index eab1c6c..ab70c29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fq" -version = "0.11.0" +version = "0.12.0" authors = ["Michael Macias "] edition = "2021" rust-version = "1.74.0" diff --git a/README.md b/README.md index e367ae7..f7f10b1 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ There are different methods to install fq. fq is available via [Bioconda]. ``` -$ conda install fq=0.11.0 +$ conda install fq=0.12.0 ``` [Bioconda]: https://bioconda.github.io/recipes/fq/README.html @@ -34,7 +34,7 @@ $ conda install fq=0.11.0 Clone the repository and use [Cargo] to install fq. ``` -$ git clone --depth 1 --branch v0.11.0 https://github.com/stjude-rust-labs/fq.git +$ git clone --depth 1 --branch v0.12.0 https://github.com/stjude-rust-labs/fq.git $ cd fq $ cargo install --locked --path . ``` @@ -55,9 +55,9 @@ See [the repository tags] for the available tags. Alternatively, build the development container image: ``` -$ git clone --depth 1 --branch v0.11.0 https://github.com/stjude-rust-labs/fq.git +$ git clone --depth 1 --branch v0.12.0 https://github.com/stjude-rust-labs/fq.git $ cd fq -$ docker image build --tag fq:0.11.0 . +$ docker image build --tag fq:0.12.0 . ``` [Quay.io]: https://quay.io/repository/biocontainers/fq