Skip to content

Commit

Permalink
Bump version to 0.3.5
Browse files Browse the repository at this point in the history
This change bumps the version of the crate to 0.3.5. The following
notable changes have been made since 0.3.4:
- Added support for configuration files
  - Added support for configuration files that can be used to set
    default values for some arguments
  - Added toml dependency in version 0.5.6
  - Added serde dependency in version 1.0.114
  - Added envy dependency in version 0.4.2
  - Added merge dependency in version 0.1.0
  - Added directories dependency in version 3.0.1
- Reworked connection handling for multiple attached Nitrokey devices:
  - Fail if multiple attached devices match the filter options (or no filter
    options are set)
  - Added --serial-number option that restricts the serial number of the
    device to connect to
  - Added --usb-path option that restricts the USB path of the device to
    connect to
- Bumped structopt dependency to 0.3.17
  • Loading branch information
d-e-s-o committed Jan 11, 2021
1 parent a992925 commit a4f43e2
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.5
-----
- Added support for configuration files
- Added support for configuration files that can be used to set
default values for some arguments
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 @@ -5,7 +5,7 @@

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

0 comments on commit a4f43e2

Please sign in to comment.