diff options
| author | Robin Krahl <robin.krahl@ireas.org> | 2020-08-30 19:02:36 +0200 | 
|---|---|---|
| committer | Robin Krahl <robin.krahl@ireas.org> | 2020-08-30 19:02:36 +0200 | 
| commit | 1d36e2e1195fc9046e36f38dfe943198027e84ca (patch) | |
| tree | 1d2b82d3e8be6d86890d5292ac02cb6e54605252 | |
| parent | b2607cbd3f239be9d09204921db278424cc7a6be (diff) | |
| download | nitrokey-rs-1d36e2e1195fc9046e36f38dfe943198027e84ca.tar.gz nitrokey-rs-1d36e2e1195fc9046e36f38dfe943198027e84ca.tar.bz2 | |
Release v0.7.1v0.7.1
This patch release contains a minor change to the Error enum so that
error handling frameworks like anyhow don’t produce redundant error
messages.
| -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 e89fc44..121d0a2 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.1 (2020-08-30)  - Remove the custom `std::error::Error::source` implementation for    `error::Error` to avoid duplicate error messages. @@ -3,7 +3,7 @@  [package]  name = "nitrokey" -version = "0.7.0" +version = "0.7.1"  authors = ["Robin Krahl <robin.krahl@ireas.org>"]  edition = "2018"  homepage = "https://code.ireas.org/nitrokey-rs/" | 
