Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zaeleus committed May 7, 2021
1 parent 61a6d33 commit 39fdb60
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.7.0 - 2021-05-07

### 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 = "fqlib"
version = "0.6.0"
version = "0.7.0"
authors = ["Michael Macias <[email protected]>"]
edition = "2018"
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 @@ -11,7 +11,7 @@
Use [Cargo] to install fqlib. The binary built is named `fq`.

```
$ cargo install --git https://github.com/stjude/fqlib.git --tag v0.6.0
$ cargo install --git https://github.com/stjude/fqlib.git --tag v0.7.0
```

[Precompiled binaries are built][releases] for modern Linux distributions
Expand All @@ -24,8 +24,8 @@ Alternatively, build the [Docker] image.
```
$ git clone https://github.com/stjude/fqlib.git
$ cd fqlib
$ git switch --detach v0.6.0
$ docker image build --tag fqlib:0.6.0 .
$ git switch --detach v0.7.0
$ docker image build --tag fqlib:0.7.0 .
```

[Cargo]: https://doc.rust-lang.org/cargo/getting-started/installation.html
Expand Down

0 comments on commit 39fdb60

Please sign in to comment.