aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-01-28 21:04:01 +0100
committerRobin Krahl <robin.krahl@ireas.org>2020-01-28 21:05:57 +0100
commitebe75339a3fb29c51ea22a0bb25fd113b15759f1 (patch)
tree41b4ecbb8d2bdd72aa448790176c56b768999149
parentebd754d88330478981f65e4724cc561ceff4f9e7 (diff)
downloadnitrokey-rs-0.5.2.tar.gz
nitrokey-rs-0.5.2.tar.bz2
Release v0.5.2v0.5.2
This patch release makes the handling of the randomly generated temporary passwords more robust.
-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 5f03db2..b75904c 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.2 (2020-01-28)
- Use `CString` to store the temporary password instead of `Vec<u8>`.
- Regenerate temporary passwords if they would contain a null byte.
diff --git a/Cargo.toml b/Cargo.toml
index 59af067..e6e8ec7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@
[package]
name = "nitrokey"
-version = "0.5.1"
+version = "0.5.2"
authors = ["Robin Krahl <robin.krahl@ireas.org>"]
edition = "2018"
homepage = "https://code.ireas.org/nitrokey-rs/"