Skip to content

Commit 51779f5

Browse files
committed
Bump version to 0.12.0
1 parent 8ce77ba commit 51779f5

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.12.0 - 2024-07-08
44

55
### Added
66

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fq"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
authors = ["Michael Macias <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.74.0"

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ There are different methods to install fq.
2424
fq is available via [Bioconda].
2525

2626
```
27-
$ conda install fq=0.11.0
27+
$ conda install fq=0.12.0
2828
```
2929

3030
[Bioconda]: https://bioconda.github.io/recipes/fq/README.html
@@ -34,7 +34,7 @@ $ conda install fq=0.11.0
3434
Clone the repository and use [Cargo] to install fq.
3535

3636
```
37-
$ git clone --depth 1 --branch v0.11.0 https://github.com/stjude-rust-labs/fq.git
37+
$ git clone --depth 1 --branch v0.12.0 https://github.com/stjude-rust-labs/fq.git
3838
$ cd fq
3939
$ cargo install --locked --path .
4040
```
@@ -55,9 +55,9 @@ See [the repository tags] for the available tags.
5555
Alternatively, build the development container image:
5656

5757
```
58-
$ git clone --depth 1 --branch v0.11.0 https://github.com/stjude-rust-labs/fq.git
58+
$ git clone --depth 1 --branch v0.12.0 https://github.com/stjude-rust-labs/fq.git
5959
$ cd fq
60-
$ docker image build --tag fq:0.11.0 .
60+
$ docker image build --tag fq:0.12.0 .
6161
```
6262

6363
[Quay.io]: https://quay.io/repository/biocontainers/fq

0 commit comments

Comments
 (0)