aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-02-03 12:55:52 +0100
committerRobin Krahl <robin.krahl@ireas.org>2020-02-03 12:55:52 +0100
commit2a8ce725407f32db5ad61c37475719737c9b5c9c (patch)
tree83c94299f3e8efdf288a569ea36e25a053b8d4f3
parentd905aafe208536203dd319e5dc48bd250180a8ef (diff)
downloadnitrokey-rs-2a8ce725407f32db5ad61c37475719737c9b5c9c.tar.gz
nitrokey-rs-2a8ce725407f32db5ad61c37475719737c9b5c9c.tar.bz2
Release v0.6.0v0.6.0
This release introduces a new struct SerialNumber that represents the serial number of a Nitrokey device, replacing the strings we used previously.
-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 9e675f0..e2dd8a7 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.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 <robin.krahl@ireas.org>"]
edition = "2018"
homepage = "https://code.ireas.org/nitrokey-rs/"