aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2019-01-26 21:49:01 -0800
committerDaniel Mueller <deso@posteo.net>2019-01-26 21:49:01 -0800
commiteabca4c9612ae24911cca2ea1917f5c0fb2df9e9 (patch)
tree04c8762195865c38bcd5d357c50522ac629c0fbf /nitrocli/CHANGELOG.md
parent65ae7854a479e6d57b0f6c8603065d768032ffae (diff)
downloadnitrocli-eabca4c9612ae24911cca2ea1917f5c0fb2df9e9.tar.gz
nitrocli-eabca4c9612ae24911cca2ea1917f5c0fb2df9e9.tar.bz2
Bump version to 0.2.3
This change bumps the version of the crate to 0.2.3. The following notable changes have been made since 0.2.2: - Added the storage hidden subcommand for working with hidden volumes - Store cached PINs on a per-device basis to better support multi-device scenarios - Further decreased binary size by using system allocator - Bumped nitrokey dependency to 0.3.4 - Bumped rand dependency to 0.6.4 - Removed rustc_version, semver, and semver-parser dependencies - Bumped nitrokey-sys dependency to 3.4.3 - Bumped libc dependency to 0.2.47
Diffstat (limited to 'nitrocli/CHANGELOG.md')
-rw-r--r--nitrocli/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/nitrocli/CHANGELOG.md b/nitrocli/CHANGELOG.md
index 912c9df..546315b 100644
--- a/nitrocli/CHANGELOG.md
+++ b/nitrocli/CHANGELOG.md
@@ -1,5 +1,5 @@
-Unreleased
-----------
+0.2.3
+-----
- Added the `storage hidden` subcommand for working with hidden volumes
- Store cached PINs on a per-device basis to better support multi-device
scenarios