aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-01-02 20:45:17 +0100
committerRobin Krahl <robin.krahl@ireas.org>2020-01-02 20:45:17 +0100
commite81057037e9b4f370b64c0a030a725bc6bdfb870 (patch)
treedb2675df8984dfbdbdd3aa54ac1b27fa8561c4aa /Cargo.toml
parent0e07d9cdd6b333ebd16160d673f8735940af3a43 (diff)
downloadnitrokey-rs-e81057037e9b4f370b64c0a030a725bc6bdfb870.tar.gz
nitrokey-rs-e81057037e9b4f370b64c0a030a725bc6bdfb870.tar.bz2
Release v0.4.0v0.4.0
This version contains these major changes: - Refactoring of the error handling. - Using mutability to represent changes to the device status. - Updating the nitrokey-sys/libnitrokey dependency to version 3.5. - Refactoring the connection management and introducing the Manager struct.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 16bd3b0..b57591b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,9 +1,9 @@
-# Copyright (C) 2019 Robin Krahl <robin.krahl@ireas.org>
+# Copyright (C) 2019-2020 Robin Krahl <robin.krahl@ireas.org>
# SPDX-License-Identifier: CC0-1.0
[package]
name = "nitrokey"
-version = "0.4.0-alpha.3"
+version = "0.4.0"
authors = ["Robin Krahl <robin.krahl@ireas.org>"]
edition = "2018"
homepage = "https://code.ireas.org/nitrokey-rs/"