Release v0.1.1

This patch release fixes some minor issues with the documentation
displayed on crates.io.
This commit is contained in:
Robin Krahl 2020-07-24 14:24:57 +02:00
parent 54dd0d9ee9
commit af1b81dd57
No known key found for this signature in database
GPG Key ID: 8E9B0870524F69D8
4 changed files with 8 additions and 3 deletions

View File

@ -3,6 +3,11 @@ SPDX-FileCopyrightText: 2020 Robin Krahl <robin.krahl@ireas.org>
SPDX-License-Identifier: MIT 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) # v0.1.0 (2020-07-24)
Initial release with support for directory sources and including viewers for Initial release with support for directory sources and including viewers for

2
Cargo.lock generated
View File

@ -555,7 +555,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
name = "rusty-man" name = "rusty-man"
version = "0.1.0" version = "0.1.1"
dependencies = [ dependencies = [
"anyhow 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "crossterm 0.17.7 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -3,7 +3,7 @@
[package] [package]
name = "rusty-man" name = "rusty-man"
version = "0.1.0" version = "0.1.1"
authors = ["Robin Krahl <robin.krahl@ireas.org>"] authors = ["Robin Krahl <robin.krahl@ireas.org>"]
edition = "2018" edition = "2018"
description = "Command-line viewer for rustdoc documentation" description = "Command-line viewer for rustdoc documentation"

View File

@ -17,7 +17,7 @@ To compile rusty-man, you need Rust 1.40 or later.
``` ```
2. Optional: Checkout the latest release: 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: 3. Optional: Verify the signature of the latest commit:
``` ```