diff --git a/nitrocli/CHANGELOG.md b/nitrocli/CHANGELOG.md index e8260048..4376d842 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 0cec5e18..e6b10a79 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 69f2d3ce..5c0ea543 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"