From a7b63f8a0570f0c798af7eaadfaf6f4da14cd54c Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Sat, 1 Jun 2019 11:57:17 -0700 Subject: Bump version to 0.2.4 This change bumps the version of the crate to 0.2.4. The following notable changes have been made since 0.2.3: - Added the reset command to perform a factory reset - Added the -V/--version option to print the program's version - Check the status of a PWS slot before accessing it in pws get - Added NITROCLI_NO_CACHE environment variable to bypass caching of secrets - Clear cached PIN entry as part of pin set command to prevent spurious authentication failures - Bumped libc dependency to 0.2.57 - Bumped cc dependency to 1.0.37 --- nitrocli/CHANGELOG.md | 4 ++-- nitrocli/Cargo.lock | 2 +- nitrocli/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nitrocli/CHANGELOG.md b/nitrocli/CHANGELOG.md index e826004..4376d84 100644 --- a/nitrocli/CHANGELOG.md +++ b/nitrocli/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.2.4 +----- - Added the `reset` command to perform a factory reset - Added the `-V`/`--version` option to print the program's version - Check the status of a PWS slot before accessing it in `pws get` diff --git a/nitrocli/Cargo.lock b/nitrocli/Cargo.lock index 0cec5e1..e6b10a7 100644 --- a/nitrocli/Cargo.lock +++ b/nitrocli/Cargo.lock @@ -72,7 +72,7 @@ dependencies = [ [[package]] name = "nitrocli" -version = "0.2.3" +version = "0.2.4" dependencies = [ "argparse 0.2.2", "base32 0.4.0", diff --git a/nitrocli/Cargo.toml b/nitrocli/Cargo.toml index 69f2d3c..5c0ea54 100644 --- a/nitrocli/Cargo.toml +++ b/nitrocli/Cargo.toml @@ -19,7 +19,7 @@ [package] name = "nitrocli" -version = "0.2.3" +version = "0.2.4" edition = "2018" authors = ["Daniel Mueller "] license = "GPL-3.0-or-later" -- cgit v1.2.1