diff --git a/CHANGELOG.md b/CHANGELOG.md index 1341d3c0..4c8185c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.4.1 +----- - Enabled usage of empty PWS slot fields - Changed error reporting format to make up only a single line - Added the `pws add` subcommand to write to a new slot diff --git a/Cargo.lock b/Cargo.lock index 0bca5e6d..de9dee6b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -167,7 +167,7 @@ dependencies = [ [[package]] name = "nitrocli" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "base32", diff --git a/Cargo.toml b/Cargo.toml index 7756bbac..b932c488 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ [package] name = "nitrocli" -version = "0.4.0" +version = "0.4.1" edition = "2018" authors = ["Daniel Mueller "] license = "GPL-3.0-or-later"