Skip to content

Commit 04bf10c

Browse files
committed
Bump version to 0.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
1 parent e63367c commit 04bf10c

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.3.0
2+
-----
33
- Added `unencrypted` command with `set` subcommand for changing the
44
unencrypted volume's read-write mode
55
- Changed `storage hidden` subcommand to `hidden` top-level command

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.4"
22+
version = "0.3.0"
2323
edition = "2018"
2424
authors = ["Daniel Mueller <[email protected]>"]
2525
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)