From 2eccc96ceec2282b868891befe9cda7f941fbe7b Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Mon, 10 Dec 2018 16:52:03 +0100 Subject: Release v0.2.1 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 271b595..a60d6a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v0.2.1 (2018-12-10) + +- Re-export `device::{StorageStatus, VolumeStatus}` in `lib.rs`. + # v0.2.0 (2018-12-10) - Update to libnitrokey v3.4.1. diff --git a/Cargo.toml b/Cargo.toml index e1d027a..dad751b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nitrokey" -version = "0.2.0" +version = "0.2.1" authors = ["Robin Krahl "] homepage = "https://code.ireas.org/nitrokey-rs/" repository = "https://git.ireas.org/nitrokey-rs/" diff --git a/README.md b/README.md index 136f16f..6039943 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A libnitrokey wrapper for Rust providing access to Nitrokey devices. ```toml [dependencies] -nitrokey = "0.2.0" +nitrokey = "0.2.1" ``` ## Compatibility -- cgit v1.2.1