diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2018-12-30 12:51:46 +0100 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2018-12-30 12:51:46 +0100 |
commit | f29684d1d57583fe03fb18d1c944ee14bd522fdc (patch) | |
tree | b50c3435d4daef44cfb8608defd5bfc891f4fdcd | |
parent | 1e72b4923d573d0db4414fdb5fd49f217ce3f62e (diff) | |
download | nitrokey-rs-0.2.2.tar.gz nitrokey-rs-0.2.2.tar.bz2 |
Release v0.2.2v0.2.2
-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 11092ec..6b304ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# unreleased +# v0.2.2 (2018-12-30) - Update to Rust edition 2018. - Remove the `test-no-device` feature. @@ -1,6 +1,6 @@ [package] name = "nitrokey" -version = "0.2.1" +version = "0.2.2" authors = ["Robin Krahl <robin.krahl@ireas.org>"] edition = "2018" homepage = "https://code.ireas.org/nitrokey-rs/" |