From eabca4c9612ae24911cca2ea1917f5c0fb2df9e9 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Sat, 26 Jan 2019 21:49:01 -0800 Subject: 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 --- nitrocli/CHANGELOG.md | 4 ++-- nitrocli/Cargo.lock | 2 +- nitrocli/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 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 diff --git a/nitrocli/Cargo.lock b/nitrocli/Cargo.lock index da4ce72..b162757 100644 --- a/nitrocli/Cargo.lock +++ b/nitrocli/Cargo.lock @@ -71,7 +71,7 @@ dependencies = [ [[package]] name = "nitrocli" -version = "0.2.2" +version = "0.2.3" dependencies = [ "argparse 0.2.2", "base32 0.4.0", diff --git a/nitrocli/Cargo.toml b/nitrocli/Cargo.toml index ace082e..69f2d3c 100644 --- a/nitrocli/Cargo.toml +++ b/nitrocli/Cargo.toml @@ -19,7 +19,7 @@ [package] name = "nitrocli" -version = "0.2.2" +version = "0.2.3" edition = "2018" authors = ["Daniel Mueller "] license = "GPL-3.0-or-later" -- cgit v1.2.1