From ebe75339a3fb29c51ea22a0bb25fd113b15759f1 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 28 Jan 2020 21:04:01 +0100 Subject: Release v0.5.2 This patch release makes the handling of the randomly generated temporary passwords more robust. --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 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 SPDX-License-Identifier: CC0-1.0 --> -# Unreleased +# v0.5.2 (2020-01-28) - Use `CString` to store the temporary password instead of `Vec`. - 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 "] edition = "2018" homepage = "https://code.ireas.org/nitrokey-rs/" -- cgit v1.2.1