From 790e84091e10d52d2dd33aab7400b5d6345200a7 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Sun, 13 Jan 2019 19:25:50 -0800 Subject: Bump version to 0.2.2 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 --- nitrocli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nitrocli/Cargo.toml') diff --git a/nitrocli/Cargo.toml b/nitrocli/Cargo.toml index 42b3ae9..0c567c7 100644 --- a/nitrocli/Cargo.toml +++ b/nitrocli/Cargo.toml @@ -19,7 +19,7 @@ [package] name = "nitrocli" -version = "0.2.1" +version = "0.2.2" edition = "2018" authors = ["Daniel Mueller "] license = "GPL-3.0+" -- cgit v1.2.1