Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
Also add instructions to download and install via crates.io
  • Loading branch information
cjordan committed Oct 20, 2022
1 parent db6a56d commit 0e5126a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.1] - Unreleased
## [0.2.1] - 2022-10-20
### Added
- `hyperdrive` can now be installed from crates.io
- A --ignore-input-solutions-tile-flag argument for `solutions-apply`.
- Debug-level messages stating which tiles are being flagged and why in
`solutions-apply`.
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 = "mwa_hyperdrive"
version = "0.2.0"
version = "0.2.1"
authors = [
"Christopher H. Jordan <christopherjordan87@gmail.com>",
"Dev Null <dev.null@curtin.edu.au>",
Expand Down
8 changes: 8 additions & 0 deletions mdbook/src/installation/from_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ information to do this. Similar, perhaps more direct information is

**Do not** use `apt` to install Rust components.

## Installing `hyperdrive` from crates.io

```shell
cargo install mwa_hyperdrive --locked
```

If you want to download the source code and install it yourself, read on.

## Cloning the `hyperdrive` repo

```shell
Expand Down

0 comments on commit 0e5126a

Please sign in to comment.