From 0e5126a0d12189415dc6590a8ae364f3bd46b7e3 Mon Sep 17 00:00:00 2001 From: "Christopher H. Jordan" Date: Thu, 20 Oct 2022 14:39:04 +0800 Subject: [PATCH] v0.2.1 Also add instructions to download and install via crates.io --- CHANGELOG.md | 3 ++- Cargo.lock | 2 +- Cargo.toml | 2 +- mdbook/src/installation/from_source.md | 8 ++++++++ 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecd22117..f24205e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/Cargo.lock b/Cargo.lock index a0812823..eb2b1c26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1414,7 +1414,7 @@ dependencies = [ [[package]] name = "mwa_hyperdrive" -version = "0.2.0" +version = "0.2.1" dependencies = [ "approx", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index d41d0641..b638eb1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mwa_hyperdrive" -version = "0.2.0" +version = "0.2.1" authors = [ "Christopher H. Jordan ", "Dev Null ", diff --git a/mdbook/src/installation/from_source.md b/mdbook/src/installation/from_source.md index b895e8e3..b3b46465 100644 --- a/mdbook/src/installation/from_source.md +++ b/mdbook/src/installation/from_source.md @@ -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