Skip to content

Commit eabca4c

Browse files
committed
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
1 parent 65ae785 commit eabca4c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

nitrocli/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Unreleased
2-
----------
1+
0.2.3
2+
-----
33
- Added the `storage hidden` subcommand for working with hidden volumes
44
- Store cached PINs on a per-device basis to better support multi-device
55
scenarios

nitrocli/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nitrocli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
[package]
2121
name = "nitrocli"
22-
version = "0.2.2"
22+
version = "0.2.3"
2323
edition = "2018"
2424
authors = ["Daniel Mueller <deso@posteo.net>"]
2525
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)