aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
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 <robin.krahl@ireas.org>"]
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