From 8f72f038cab8e61fb162c12c4bd4cbaa243faa2d Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 14 Jul 2020 21:52:06 +0200 Subject: Release v0.7.0 This release changes the Error enum to implement Send, Sync and 'static for compatibility with error handling crates like anyhow. --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 651a50e..736620d 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.7.0 (2020-07-14) - Refactor the `Error` enum so that it is `Send`, `Sync` and `'static`: - Remove the `sync::PoisonError` from the `PoisonError` variant. - Remove `Error::RandError` variant. diff --git a/Cargo.toml b/Cargo.toml index f2d859d..00c41ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "nitrokey" -version = "0.6.0" +version = "0.7.0" authors = ["Robin Krahl "] edition = "2018" homepage = "https://code.ireas.org/nitrokey-rs/" -- cgit v1.2.1