aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-01-16 21:36:49 +0100
committerRobin Krahl <robin.krahl@ireas.org>2019-01-16 21:36:49 +0100
commit7cf747d56ddc0b7eeedc3caf36dcc909907a171c (patch)
tree14361b2d5d788479a56bf2d342b6d1e055c4a95d
parentea84e4609421ee5ce3bebbb9f52ef302fe2fba56 (diff)
downloadnitrokey-rs-7cf747d56ddc0b7eeedc3caf36dcc909907a171c.tar.gz
nitrokey-rs-7cf747d56ddc0b7eeedc3caf36dcc909907a171c.tar.bz2
Release v0.3.3v0.3.3
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.toml2
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.
diff --git a/Cargo.toml b/Cargo.toml
index ba0923e..802d022 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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/"