Skip to content

Commit 0e5126a

Browse files
committed
v0.2.1
Also add instructions to download and install via crates.io
1 parent db6a56d commit 0e5126a

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic
77
Versioning](https://semver.org/spec/v2.0.0.html).
88

9-
## [0.2.1] - Unreleased
9+
## [0.2.1] - 2022-10-20
1010
### Added
11+
- `hyperdrive` can now be installed from crates.io
1112
- A --ignore-input-solutions-tile-flag argument for `solutions-apply`.
1213
- Debug-level messages stating which tiles are being flagged and why in
1314
`solutions-apply`.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mwa_hyperdrive"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = [
55
"Christopher H. Jordan <christopherjordan87@gmail.com>",
66
"Dev Null <dev.null@curtin.edu.au>",

mdbook/src/installation/from_source.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@ information to do this. Similar, perhaps more direct information is
7070

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

73+
## Installing `hyperdrive` from crates.io
74+
75+
```shell
76+
cargo install mwa_hyperdrive --locked
77+
```
78+
79+
If you want to download the source code and install it yourself, read on.
80+
7381
## Cloning the `hyperdrive` repo
7482

7583
```shell

0 commit comments

Comments
 (0)