diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2019-01-16 21:36:49 +0100 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2019-01-16 21:36:49 +0100 |
commit | 7cf747d56ddc0b7eeedc3caf36dcc909907a171c (patch) | |
tree | 14361b2d5d788479a56bf2d342b6d1e055c4a95d | |
parent | ea84e4609421ee5ce3bebbb9f52ef302fe2fba56 (diff) | |
download | nitrokey-rs-7cf747d56ddc0b7eeedc3caf36dcc909907a171c.tar.gz nitrokey-rs-7cf747d56ddc0b7eeedc3caf36dcc909907a171c.tar.bz2 |
Release v0.3.3v0.3.3
-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 89c9d9a..3845aaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# v0.3.3 (2019-01-16) - Add the `get_production_info` and `clear_new_sd_card_warning` methods to the `Storage` struct. - Use `rand_os` instead of `rand` for random data creation. @@ -1,6 +1,6 @@ [package] name = "nitrokey" -version = "0.3.2" +version = "0.3.3" authors = ["Robin Krahl <robin.krahl@ireas.org>"] edition = "2018" homepage = "https://code.ireas.org/nitrokey-rs/" |