Skip to content

Commit

Permalink
Bump version to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zaeleus committed Jul 8, 2024
1 parent 8ce77ba commit 51779f5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.12.0 - 2024-07-08

### Added

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fq"
version = "0.11.0"
version = "0.12.0"
authors = ["Michael Macias <michael.macias@stjude.org>"]
edition = "2021"
rust-version = "1.74.0"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 .
```
Expand All @@ -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
Expand Down

0 comments on commit 51779f5

Please sign in to comment.