From af1b81dd57bdd36d83e73221e16720a9d2d79f81 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Fri, 24 Jul 2020 14:24:57 +0200 Subject: [PATCH] Release v0.1.1 This patch release fixes some minor issues with the documentation displayed on crates.io. --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- INSTALL.md | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 899e0f5..26b67a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ SPDX-FileCopyrightText: 2020 Robin Krahl SPDX-License-Identifier: MIT --> +# v0.1.1 (2020-07-14) + +This patch release fixes some minor issues with the documentation displayed on +crates.io. + # v0.1.0 (2020-07-24) Initial release with support for directory sources and including viewers for diff --git a/Cargo.lock b/Cargo.lock index 2f3048e..8949598 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -555,7 +555,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "rusty-man" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)", "crossterm 0.17.7 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index c01d32b..6da502d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "rusty-man" -version = "0.1.0" +version = "0.1.1" authors = ["Robin Krahl "] edition = "2018" description = "Command-line viewer for rustdoc documentation" diff --git a/INSTALL.md b/INSTALL.md index 85bd24a..38748f6 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -17,7 +17,7 @@ To compile rusty-man, you need Rust 1.40 or later. ``` 2. Optional: Checkout the latest release: ``` - $ git checkout v0.1.0 + $ git checkout v0.1.1 ``` 3. Optional: Verify the signature of the latest commit: ```