diff options
author | Daniel Mueller <deso@posteo.net> | 2019-12-16 19:39:18 -0800 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2019-12-16 19:39:18 -0800 |
commit | 04bf10c88cea1e92db096407a7f89890f3598969 (patch) | |
tree | f5e21f9d92e64f4d22a8e4d03cdd5e5d21c662d5 | |
parent | e63367cea8105bd0c9deff905d1af5ce65dd7f57 (diff) | |
download | nitrocli-04bf10c88cea1e92db096407a7f89890f3598969.tar.gz nitrocli-04bf10c88cea1e92db096407a7f89890f3598969.tar.bz2 |
Bump version to 0.3.0v0.3.0
This change bumps the version of the crate to 0.3.0. The following
notable changes have been made since 0.2.4:
- Added unencrypted command with set subcommand for changing the
unencrypted volume's read-write mode
- Changed storage hidden subcommand to hidden top-level command
- Renamed storage command to encrypted
- Removed storage status subcommand
- Moved its output into status command
- Removed previously deprecated --ascii option from otp set command
- Fixed wrong hexadecimal conversion used in otp set command
- Bumped nitrokey dependency to 0.3.5
- Bumped libc dependency to 0.2.66
- Bumped cc dependency to 1.0.48
-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 c726f3f..13f80c0 100644 --- a/nitrocli/CHANGELOG.md +++ b/nitrocli/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.3.0 +----- - Added `unencrypted` command with `set` subcommand for changing the unencrypted volume's read-write mode - Changed `storage hidden` subcommand to `hidden` top-level command diff --git a/nitrocli/Cargo.lock b/nitrocli/Cargo.lock index 7a9cd54..59bb9c9 100644 --- a/nitrocli/Cargo.lock +++ b/nitrocli/Cargo.lock @@ -72,7 +72,7 @@ dependencies = [ [[package]] name = "nitrocli" -version = "0.2.4" +version = "0.3.0" dependencies = [ "argparse 0.2.2", "base32 0.4.0", diff --git a/nitrocli/Cargo.toml b/nitrocli/Cargo.toml index 97e0b36..f96df91 100644 --- a/nitrocli/Cargo.toml +++ b/nitrocli/Cargo.toml @@ -19,7 +19,7 @@ [package] name = "nitrocli" -version = "0.2.4" +version = "0.3.0" edition = "2018" authors = ["Daniel Mueller <deso@posteo.net>"] license = "GPL-3.0-or-later" |