aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-07-14 21:52:06 +0200
committerRobin Krahl <robin.krahl@ireas.org>2020-07-14 21:53:02 +0200
commit8f72f038cab8e61fb162c12c4bd4cbaa243faa2d (patch)
tree0974cefb5662b5bf37b1d27c17ce73e07a126dc1 /CHANGELOG.md
parentd0f517eec5fbeb402a42eb2b23ca13fc85f1bc98 (diff)
downloadnitrokey-rs-8f72f038cab8e61fb162c12c4bd4cbaa243faa2d.tar.gz
nitrokey-rs-8f72f038cab8e61fb162c12c4bd4cbaa243faa2d.tar.bz2
Release v0.7.0v0.7.0
This release changes the Error enum to implement Send, Sync and 'static for compatibility with error handling crates like anyhow.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 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 <robin.krahl@ireas.org>
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.