diff options
-rw-r--r-- | nitrocli/CHANGELOG.md | 4 | ||||
-rw-r--r-- | nitrocli/Cargo.lock | 2 | ||||
-rw-r--r-- | nitrocli/Cargo.toml | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/nitrocli/CHANGELOG.md b/nitrocli/CHANGELOG.md index f36a859..1b24ba2 100644 --- a/nitrocli/CHANGELOG.md +++ b/nitrocli/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.2.0 +----- - Use the `nitrokey` crate for the `open`, `close`, and `status` commands instead of directly communicating with the Nitrokey device - Added `nitrokey` version `0.2.1` as a direct dependency and diff --git a/nitrocli/Cargo.lock b/nitrocli/Cargo.lock index f500246..c663754 100644 --- a/nitrocli/Cargo.lock +++ b/nitrocli/Cargo.lock @@ -43,7 +43,7 @@ replace = "libc 0.2.45" [[package]] name = "nitrocli" -version = "0.1.3" +version = "0.2.0" dependencies = [ "argparse 0.2.2", "nitrokey 0.2.1", diff --git a/nitrocli/Cargo.toml b/nitrocli/Cargo.toml index 42a411f..ff3034a 100644 --- a/nitrocli/Cargo.toml +++ b/nitrocli/Cargo.toml @@ -1,7 +1,7 @@ # Cargo.toml #/*************************************************************************** -# * Copyright (C) 2017-2018 Daniel Mueller (deso@posteo.net) * +# * Copyright (C) 2017-2019 Daniel Mueller (deso@posteo.net) * # * * # * This program is free software: you can redistribute it and/or modify * # * it under the terms of the GNU General Public License as published by * @@ -19,7 +19,7 @@ [package] name = "nitrocli" -version = "0.1.3" +version = "0.2.0" edition = "2018" authors = ["Daniel Mueller <deso@posteo.net>"] license = "GPL-3.0+" |