aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2020-03-31 19:41:37 -0700
committerDaniel Mueller <deso@posteo.net>2020-03-31 19:41:37 -0700
commit550a730cb7ab9c9e3963ba46ac7cad93535f13d5 (patch)
treea06bac25c0e8a04ef3e04e5a7a5b6c748d8dcf18
parentce505ae3108bf7517fdd3f5d950e6c2a51769e58 (diff)
downloadnitrocli-550a730cb7ab9c9e3963ba46ac7cad93535f13d5.tar.gz
nitrocli-550a730cb7ab9c9e3963ba46ac7cad93535f13d5.tar.bz2
Bump version to 0.3.2
This change bumps the version of the crate to 0.3.2. The following notable changes have been made since 0.3.1: - Added the list command that lists all attached Nitrokey devices - Reworked argument handling: - Added structopt dependency in version 0.3.7 - Replaced argparse with structopt - Removed argparse dependency - Made the --verbose and --model options global - Removed vendored dependencies and moved source code into repository root - Bumped nitrokey dependency to 0.6.0 - Bumped quote dependency to 1.0.3 - Bumped syn dependency to 1.0.14
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f9daeea..7e40ca2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,5 @@
-Unreleased
-----------
+0.3.2
+-----
- Added the `list` command that lists all attached Nitrokey devices
- Reworked argument handling:
- Added `structopt` dependency in version `0.3.7`
diff --git a/Cargo.lock b/Cargo.lock
index 03f57b5..31c4f4f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -73,7 +73,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "nitrocli"
-version = "0.3.1"
+version = "0.3.2"
dependencies = [
"base32 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 4ad53eb..2a05d6a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@
[package]
name = "nitrocli"
-version = "0.3.1"
+version = "0.3.2"
edition = "2018"
authors = ["Daniel Mueller <deso@posteo.net>"]
license = "GPL-3.0-or-later"