diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2020-01-28 21:04:01 +0100 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2020-01-28 21:05:57 +0100 |
commit | ebe75339a3fb29c51ea22a0bb25fd113b15759f1 (patch) | |
tree | 41b4ecbb8d2bdd72aa448790176c56b768999149 | |
parent | ebd754d88330478981f65e4724cc561ceff4f9e7 (diff) | |
download | nitrokey-rs-ebe75339a3fb29c51ea22a0bb25fd113b15759f1.tar.gz nitrokey-rs-ebe75339a3fb29c51ea22a0bb25fd113b15759f1.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.md | 2 | ||||
-rw-r--r-- | 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 <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. @@ -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/" |