Skip to content

Commit

Permalink
Bump version to 0.4.1
Browse files Browse the repository at this point in the history
This change bumps the version of the crate to 0.4.1. The following
notable changes have been made since 0.4.0:
- Enabled usage of empty PWS slot fields
- Changed error reporting format to make up only a single line
- Added the pws add subcommand to write to a new slot
- Added the pws update subcommand to update an existing PWS slot
- Removed the pws set subcommand
- Added the --only-aes-key option to the reset command to build a new AES
  key without performing a factory reset
- Added support for reading PWS passwords and OTP secrets from stdin
- Changed the otp set, pws add and pws update commands to check the
  length of the input data to improve the error messages
- Added NITROCLI_RESOLVED_USB_PATH environment variable to be used by
  extensions
- Allowed entering of base32 encoded strings containing spaces
- Fixed pinentry dialog highlighting some messages incorrectly as errors
- Fixed handling of empty user input through pinentry
- Switched to using GitHub Actions as the project's CI pipeline
- Updated minimum supported Rust version to 1.43.0
- Bumped nitrokey dependency to 0.9.0
- Bumped anyhow dependency to 1.0.40
- Bumped directories dependency to 3.0.2
- Bumped libc dependency to 0.2.94
- Bumped serde dependency to 1.0.125
  • Loading branch information
d-e-s-o committed May 9, 2021
1 parent 0935c67 commit 8a8250f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Unreleased
----------
0.4.1
-----
- Enabled usage of empty PWS slot fields
- Changed error reporting format to make up only a single line
- Added the `pws add` subcommand to write to a new slot
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[package]
name = "nitrocli"
version = "0.4.0"
version = "0.4.1"
edition = "2018"
authors = ["Daniel Mueller <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 8a8250f

Please sign in to comment.