Skip to content

Commit

Permalink
Bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zaeleus committed Nov 12, 2021
1 parent 554314e commit e9f8d09
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.8.0 - 2021-11-12

### Changed

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.7.1"
version = "0.8.0"
authors = ["Michael Macias <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
6 changes: 3 additions & 3 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.
Clone the repository and use [Cargo] to install fq.

```
$ git clone --depth 1 --branch v0.7.1 https://github.com/stjude-rust-labs/fq.git
$ git clone --depth 1 --branch v0.8.0 https://github.com/stjude-rust-labs/fq.git
$ cd fq
$ cargo install --path .
```
Expand All @@ -36,9 +36,9 @@ $ cargo install --path .
Alternatively, build the container image, e.g., using [Docker]:

```
$ git clone --depth 1 --branch v0.7.1 https://github.com/stjude-rust-labs/fq.git
$ git clone --depth 1 --branch v0.8.0 https://github.com/stjude-rust-labs/fq.git
$ cd fq
$ docker image build --tag fq:0.7.1 .
$ docker image build --tag fq:0.8.0 .
```

[Docker]: https://www.docker.com/
Expand Down

0 comments on commit e9f8d09

Please sign in to comment.