diff options
author | Daniel Mueller <deso@posteo.net> | 2019-01-22 20:13:42 -0800 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2019-01-22 20:13:42 -0800 |
commit | 8b2d8818b26e7084cad240c48fd9ce7fc2519012 (patch) | |
tree | 36ad9dd1d5fdfe182f8c012d2757d8ed327a55a7 /nitrokey/CHANGELOG.md | |
parent | 1c6df6757c1ca4972e298011c9548c34051fa887 (diff) | |
download | nitrocli-8b2d8818b26e7084cad240c48fd9ce7fc2519012.tar.gz nitrocli-8b2d8818b26e7084cad240c48fd9ce7fc2519012.tar.bz2 |
Update nitrokey crate to 0.3.4
This change updates the nitrokey crate to version 0.3.4.
Import subrepo nitrokey/:nitrokey at 41cdc1f7091a3c442241dbb2379c50dbcc7e9c5f
Diffstat (limited to 'nitrokey/CHANGELOG.md')
-rw-r--r-- | nitrokey/CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nitrokey/CHANGELOG.md b/nitrokey/CHANGELOG.md index 3845aaf..edc33f6 100644 --- a/nitrokey/CHANGELOG.md +++ b/nitrokey/CHANGELOG.md @@ -1,3 +1,6 @@ +# v0.3.4 (2019-01-20) +- Fix authentication methods that assumed that `char` is signed. + # v0.3.3 (2019-01-16) - Add the `get_production_info` and `clear_new_sd_card_warning` methods to the `Storage` struct. |