Skip to content

Commit

Permalink
Bump version to 0.3.2
Browse files Browse the repository at this point in the history
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
  • Loading branch information
d-e-s-o committed Apr 1, 2020
1 parent ce505ae commit 550a730
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

[package]
name = "nitrocli"
version = "0.3.1"
version = "0.3.2"
edition = "2018"
authors = ["Daniel Mueller <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 550a730

Please sign in to comment.