aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2019-06-01 11:57:17 -0700
committerDaniel Mueller <deso@posteo.net>2019-06-01 11:57:17 -0700
commita7b63f8a0570f0c798af7eaadfaf6f4da14cd54c (patch)
treea86c2130c18eba334e04c2599d7038dfdbda9d8d /nitrocli/CHANGELOG.md
parent61f2baa0af6b2a54e0c109e5f73c8ff25f9f2ca6 (diff)
downloadnitrocli-a7b63f8a0570f0c798af7eaadfaf6f4da14cd54c.tar.gz
nitrocli-a7b63f8a0570f0c798af7eaadfaf6f4da14cd54c.tar.bz2
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
Diffstat (limited to 'nitrocli/CHANGELOG.md')
-rw-r--r--nitrocli/CHANGELOG.md4
1 files changed, 2 insertions, 2 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`