From 2a8ce725407f32db5ad61c37475719737c9b5c9c Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Mon, 3 Feb 2020 12:55:52 +0100 Subject: Release v0.6.0 This release introduces a new struct SerialNumber that represents the serial number of a Nitrokey device, replacing the strings we used previously. --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e675f0..e2dd8a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ Copyright (C) 2019-2020 Robin Krahl SPDX-License-Identifier: CC0-1.0 --> -# Unreleased +# v0.6.0 (2020-02-03) - Add `String` value to the `Error::UnexpectedError` variant. - Always store serial numbers as structs: - Introduce the `SerialNumber` struct. diff --git a/Cargo.toml b/Cargo.toml index e6e8ec7..f2d859d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "nitrokey" -version = "0.5.2" +version = "0.6.0" authors = ["Robin Krahl "] edition = "2018" homepage = "https://code.ireas.org/nitrokey-rs/" -- cgit v1.2.1