Release v0.1.1

This patch release fixes some minor issues with the documentation
displayed on crates.io.
master
Robin Krahl 4 years ago
parent 54dd0d9ee9
commit af1b81dd57
No known key found for this signature in database
GPG Key ID: 8E9B0870524F69D8

@ -3,6 +3,11 @@ SPDX-FileCopyrightText: 2020 Robin Krahl <robin.krahl@ireas.org>
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

2
Cargo.lock generated

@ -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)",

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

@ -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:
```

Loading…
Cancel
Save