diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2018-12-10 16:52:03 +0100 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2018-12-10 16:52:03 +0100 |
commit | 2eccc96ceec2282b868891befe9cda7f941fbe7b (patch) | |
tree | a8cb2601d1ee8352aed22590deae5c8f4070d0d0 | |
parent | 16d963d2f540eaa7280fd795840cc994e49f644d (diff) | |
download | nitrokey-rs-2eccc96ceec2282b868891befe9cda7f941fbe7b.tar.gz nitrokey-rs-2eccc96ceec2282b868891befe9cda7f941fbe7b.tar.bz2 |
Release v0.2.1v0.2.1
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | 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. @@ -1,6 +1,6 @@ [package] name = "nitrokey" -version = "0.2.0" +version = "0.2.1" authors = ["Robin Krahl <robin.krahl@ireas.org>"] homepage = "https://code.ireas.org/nitrokey-rs/" repository = "https://git.ireas.org/nitrokey-rs/" @@ -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 |