Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zaeleus committed Dec 17, 2020
1 parent 89e78e3 commit 2c46a52
Show file tree
Hide file tree
Showing 4 changed files with 12 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.6.0 - 2020-12-17

### 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.5.0"
version = "0.6.0"
authors = ["Michael Macias <michael.macias@stjude.org>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,25 @@
Use [Cargo] to install fqlib. The binary built is named `fq`.

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

[Precompiled binaries are built][releases] for modern Linux distributions
(`x86_64-unknown-linux-gnu`), macOS (`x86_64-apple-darwin`), and Windows
(`x86_64-pc-windows-msvc`). The Linux binaries require glibc 2.18+ (CentOS/RHEL
8+, Debian 8+, Ubuntu 14.04+, etc.).

Alternatively, build the [Docker] image.

```
$ git clone https://github.com/stjude/fqlib.git
$ cd fqlib
$ git switch --detach v0.5.0
$ docker image build --tag fqlib:0.5.0 .
$ git switch --detach v0.6.0
$ docker image build --tag fqlib:0.6.0 .
```

[Cargo]: https://doc.rust-lang.org/cargo/getting-started/installation.html
[releases]: https://github.com/stjude/fqlib/releases
[Docker]: https://www.docker.com/

## Usage
Expand Down

0 comments on commit 2c46a52

Please # to comment.