Skip to content

Commit

Permalink
Bump version to 0.2.2
Browse files Browse the repository at this point in the history
This change bumps the version of the crate to 0.2.2. The following
notable changes have been made since 0.2.1:
- Added the -v/--verbose option to control libnitrokey log level
- Added the -m/--model option to restrict connections to a device
  model
- Added the -f/--format option for the otp set subcommand to
  choose the secret format
  - Deprecated the --ascii option
- Honor NITROCLI_ADMIN_PIN and NITROCLI_USER_PIN as well as
  NITROCLI_NEW_ADMIN_PIN and NITROCLI_NEW_USER_PIN environment
  variables for non-interactive PIN supply
- Format nitrokey reported errors in more user-friendly format
- Bumped nitrokey dependency to 0.3.1
  • Loading branch information
d-e-s-o committed Jan 14, 2019
1 parent 304eb1b commit 790e840
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions nitrocli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Unreleased
----------
0.2.2
-----
- Added the `-v`/`--verbose` option to control libnitrokey log level
- Added the `-m`/`--model` option to restrict connections to a device
model
Expand Down
2 changes: 1 addition & 1 deletion nitrocli/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 nitrocli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

[package]
name = "nitrocli"
version = "0.2.1"
version = "0.2.2"
edition = "2018"
authors = ["Daniel Mueller <[email protected]>"]
license = "GPL-3.0+"
Expand Down

0 comments on commit 790e840

Please sign in to comment.