diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2020-01-14 18:10:45 +0100 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2020-01-14 18:10:45 +0100 |
commit | f9178f61f01957aa8e5d8277132d01f35f5762fb (patch) | |
tree | cae2b5f81bb1245caef37cba80f934878978878c | |
parent | 1bc96cf8391977358f77741c63298894f52b7aff (diff) | |
parent | 43664ca3c449008e2859feb94e3142db3fa98625 (diff) | |
download | nitrokey-rs-f9178f61f01957aa8e5d8277132d01f35f5762fb.tar.gz nitrokey-rs-f9178f61f01957aa8e5d8277132d01f35f5762fb.tar.bz2 |
Merge branch 'release-0.5.0' into next
-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 06836d9..54ee7d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ Copyright (C) 2019-2020 Robin Krahl <robin.krahl@ireas.org> SPDX-License-Identifier: CC0-1.0 --> -# Unreleased +# v0.5.0 (2020-01-14) - List these libnitrokey functions as unsupported: - `NK_change_firmware_password_pro` - `NK_connect_with_ID` @@ -3,7 +3,7 @@ [package] name = "nitrokey" -version = "0.4.0" +version = "0.5.0" authors = ["Robin Krahl <robin.krahl@ireas.org>"] edition = "2018" homepage = "https://code.ireas.org/nitrokey-rs/" |