Skip to content

Commit 6bcc685

Browse files
committed
Bump version to 0.9.1
1 parent 9ac017a commit 6bcc685

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.9.1 - 2022-02-15
44

55
### Fixed
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.9.0"
3+
version = "0.9.1"
44
authors = ["Michael Macias <[email protected]>"]
55
edition = "2021"
66
license = "Apache-2.0"

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ There are different methods to install fq.
2424
Clone the repository and use [Cargo] to install fq.
2525

2626
```
27-
$ git clone --depth 1 --branch v0.9.0 https://github.com/stjude-rust-labs/fq.git
27+
$ git clone --depth 1 --branch v0.9.1 https://github.com/stjude-rust-labs/fq.git
2828
$ cd fq
2929
$ cargo install --path .
3030
```
@@ -36,9 +36,9 @@ $ cargo install --path .
3636
Alternatively, build the container image, e.g., using [Docker]:
3737

3838
```
39-
$ git clone --depth 1 --branch v0.9.0 https://github.com/stjude-rust-labs/fq.git
39+
$ git clone --depth 1 --branch v0.9.1 https://github.com/stjude-rust-labs/fq.git
4040
$ cd fq
41-
$ docker image build --tag fq:0.9.0 .
41+
$ docker image build --tag fq:0.9.1 .
4242
```
4343

4444
[Docker]: https://www.docker.com/

0 commit comments

Comments
 (0)