Add top-level heading to changelog

This commit is contained in:
Robin Krahl 2020-07-25 13:24:11 +02:00
parent e9aafd4650
commit 45a1a3d1f5
No known key found for this signature in database
GPG Key ID: 8E9B0870524F69D8

View File

@ -3,7 +3,9 @@ SPDX-FileCopyrightText: 2020 Robin Krahl <robin.krahl@ireas.org>
SPDX-License-Identifier: MIT
-->
# Unreleased
# Changelog for rusty-man
## Unreleased
- Add basic logging using `env_logger` that can be enabled by setting the
environment variable `RUST_LOG=info`.
@ -13,12 +15,12 @@ SPDX-License-Identifier: MIT
- Add the `-e`/`--examples` option to only show the examples instead of opening
the full documentation for an item.
# v0.1.1 (2020-07-24)
## v0.1.1 (2020-07-24)
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
plain and rich text.