aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-01-15 13:22:22 +0100
committerRobin Krahl <robin.krahl@ireas.org>2020-01-15 13:22:22 +0100
commit5e5d5493331305c97f6ffd059246f0cbff4ae696 (patch)
tree3be135582759a2d16f2c29fc2dfb682938cd2c8c
parentc472c53d6ae8a80cc18659006f3df5fbcace7140 (diff)
downloadnitrokey-rs-0.5.1.tar.gz
nitrokey-rs-0.5.1.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.md2
-rw-r--r--Cargo.toml2
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.
diff --git a/Cargo.toml b/Cargo.toml
index 727d47c..59af067 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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/"