diff --git a/nitrocli/CHANGELOG.md b/nitrocli/CHANGELOG.md index 1b08bf3d..70df6625 100644 --- a/nitrocli/CHANGELOG.md +++ b/nitrocli/CHANGELOG.md @@ -1,7 +1,8 @@ -Unreleased ----------- +0.1.3 +----- - Show PIN related errors through `pinentry` native reporting mechanism instead of emitting them to `stdout` +- Added a `man` page (`nitrocli(1)`) for the program to the repository - Adjusted program to use Rust Edition 2018 - Enabled more lints - Applied a couple of `clippy` reported suggestions diff --git a/nitrocli/Cargo.lock b/nitrocli/Cargo.lock index 709a1804..45f9017e 100644 --- a/nitrocli/Cargo.lock +++ b/nitrocli/Cargo.lock @@ -43,7 +43,7 @@ replace = "libc 0.2.45" [[package]] name = "nitrocli" -version = "0.1.2" +version = "0.1.3" dependencies = [ "cc 1.0.25", "hid 0.4.1", diff --git a/nitrocli/Cargo.toml b/nitrocli/Cargo.toml index 63357563..a3414c0b 100644 --- a/nitrocli/Cargo.toml +++ b/nitrocli/Cargo.toml @@ -19,7 +19,7 @@ [package] name = "nitrocli" -version = "0.1.2" +version = "0.1.3" edition = "2018" authors = ["Daniel Mueller "] license = "GPL-3.0+"