rusty-man/CHANGELOG.md

25 lines
725 B
Markdown
Raw Normal View History

2020-07-24 12:16:34 +00:00
<!---
SPDX-FileCopyrightText: 2020 Robin Krahl <robin.krahl@ireas.org>
SPDX-License-Identifier: MIT
-->
# Unreleased
- Add basic logging using `env_logger` that can be enabled by setting the
environment variable `RUST_LOG=info`.
- Add `env_logger` dependency in version 0.7.1.
- Add `log` dependency in version 0.4.11.
- Show the definition for global functions.
- Add the `-e`/`--examples` option to only show the examples instead of opening
the full documentation for an item.
2020-07-25 09:42:26 +00:00
# v0.1.1 (2020-07-24)
This patch release fixes some minor issues with the documentation displayed on
crates.io.
2020-07-24 12:16:34 +00:00
# v0.1.0 (2020-07-24)
Initial release with support for directory sources and including viewers for
plain and rich text.