Skip to content

Commit a7b63f8

Browse files
committed
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
1 parent 61f2baa commit a7b63f8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

nitrocli/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Unreleased
2-
----------
1+
0.2.4
2+
-----
33
- Added the `reset` command to perform a factory reset
44
- Added the `-V`/`--version` option to print the program's version
55
- Check the status of a PWS slot before accessing it in `pws get`

nitrocli/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nitrocli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
[package]
2121
name = "nitrocli"
22-
version = "0.2.3"
22+
version = "0.2.4"
2323
edition = "2018"
2424
authors = ["Daniel Mueller <[email protected]>"]
2525
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)