diff options
author | Daniel Mueller <deso@posteo.net> | 2019-01-26 21:49:01 -0800 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2019-01-26 21:49:01 -0800 |
commit | eabca4c9612ae24911cca2ea1917f5c0fb2df9e9 (patch) | |
tree | 04c8762195865c38bcd5d357c50522ac629c0fbf | |
parent | 65ae7854a479e6d57b0f6c8603065d768032ffae (diff) | |
download | nitrocli-eabca4c9612ae24911cca2ea1917f5c0fb2df9e9.tar.gz nitrocli-eabca4c9612ae24911cca2ea1917f5c0fb2df9e9.tar.bz2 |
Bump version to 0.2.3v0.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
-rw-r--r-- | nitrocli/CHANGELOG.md | 4 | ||||
-rw-r--r-- | nitrocli/Cargo.lock | 2 | ||||
-rw-r--r-- | 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 <deso@posteo.net>"] license = "GPL-3.0-or-later" |