diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2020-01-15 13:22:22 +0100 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2020-01-15 13:22:22 +0100 |
commit | 5e5d5493331305c97f6ffd059246f0cbff4ae696 (patch) | |
tree | 3be135582759a2d16f2c29fc2dfb682938cd2c8c | |
parent | c472c53d6ae8a80cc18659006f3df5fbcace7140 (diff) | |
download | nitrokey-rs-5e5d5493331305c97f6ffd059246f0cbff4ae696.tar.gz nitrokey-rs-5e5d5493331305c97f6ffd059246f0cbff4ae696.tar.bz2 |
Release v0.5.1v0.5.1
This patch release contains a fix for the serial number formatting in
the list_devices function for Nitrokey Pro devices with firmware
versions older than 0.9.
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a52e043..cba0e83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ Copyright (C) 2019-2020 Robin Krahl <robin.krahl@ireas.org> SPDX-License-Identifier: CC0-1.0 --> -# Unreleased +# v0.5.1 (2020-01-15) - Fix serial number formatting for Nitrokey Pro devices with firmware 0.8 or older in the `list_devices` function. @@ -3,7 +3,7 @@ [package] name = "nitrokey" -version = "0.5.0" +version = "0.5.1" authors = ["Robin Krahl <robin.krahl@ireas.org>"] edition = "2018" homepage = "https://code.ireas.org/nitrokey-rs/" |