Skip to content

Commit 6af2fee

Browse files
committed
Bump version to 0.4.0
This change bumps the version of the crate to 0.4.0. The following notable changes have been made since 0.3.5: - Added support for the Librem Key - Added support for user provided extensions through lookup via the PATH environment variable - Added the fill command that fills the SD card of a Nitrokey Storage device with random data - Added the termion dependency in version 1.5.6 - Added SD card usage information to the output of the status command for Storage devices - Renamed the --{no-,}{numlock,capslock,scrollock} options of the config set command to --{no-,}{num-lock,caps-lock,scroll-lock} - Added support for generating completion scripts for shells other than bash - Bumped anyhow dependency to 1.0.39 - Bumped libc dependency to 0.2.90 - Bumped nitrokey dependency to 0.8.0 - Bumped serde dependency to 1.0.118 - Bumped structopt dependency to 0.3.21 - Bumped toml dependency to 0.5.8 - Bumped various transitive dependencies to most recent versions
1 parent 9ab8742 commit 6af2fee

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.4.0
2+
-----
33
- Added support for the Librem Key
44
- Added support for user provided extensions through lookup via the
55
`PATH` environment variable

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.

Cargo.toml

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

66
[package]
77
name = "nitrocli"
8-
version = "0.3.5"
8+
version = "0.4.0"
99
edition = "2018"
1010
authors = ["Daniel Mueller <[email protected]>"]
1111
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)