aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2018-12-11 21:17:43 -0800
committerDaniel Mueller <deso@posteo.net>2018-12-11 21:17:43 -0800
commit18b778643273d333aeaa8a1728f3dc7e0f44d80c (patch)
treeca8b3e68fac7bb505dd4dd8fbaeb6b35fce03c9a /nitrocli/CHANGELOG.md
parent5d1d8193d94d616785e6d709a7117012a0935b8b (diff)
downloadnitrocli-18b778643273d333aeaa8a1728f3dc7e0f44d80c.tar.gz
nitrocli-18b778643273d333aeaa8a1728f3dc7e0f44d80c.tar.bz2
Bump version to 0.1.3
This change bumps the version of the crate to 0.1.3. The following notable changes have been made since 0.1.2: - Show PIN related errors through pinentry native reporting mechanism instead of emitting them to stdout - Added a man page (nitrocli(1)) for the program to the repository - Adjusted program to use Rust Edition 2018 - Applied a couple of clippy reported suggestions - Added categories to Cargo.toml - Changed dependency version requirements to be less strict (only up to the minor version and not the patch level) - Bumped pkg-config dependency to 0.3.14 - Bumped libc dependency to 0.2.45 - Bumped cc dependency to 1.0.25
Diffstat (limited to 'nitrocli/CHANGELOG.md')
-rw-r--r--nitrocli/CHANGELOG.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/nitrocli/CHANGELOG.md b/nitrocli/CHANGELOG.md
index 1b08bf3..70df662 100644
--- a/nitrocli/CHANGELOG.md
+++ b/nitrocli/CHANGELOG.md
@@ -1,7 +1,8 @@
-Unreleased
-----------
+0.1.3
+-----
- Show PIN related errors through `pinentry` native reporting mechanism
instead of emitting them to `stdout`
+- Added a `man` page (`nitrocli(1)`) for the program to the repository
- Adjusted program to use Rust Edition 2018
- Enabled more lints
- Applied a couple of `clippy` reported suggestions