From 6a8186e8ded7eab799580711d8d6357459f972cc Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 1 Jan 2019 22:29:27 +0000 Subject: Release v3.4.2 --- CHANGELOG.md | 3 ++- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f88a8..cf03817 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ -# Unreleased +# v3.4.2 (2019-01-01) - Use the -std=c++14 compiler flag. - Change the build script to link to `-lhidapi` on non-Linux operating systems (while still using `-lhidapi-libusb` on Linux). +- Decouple the libnitrokey and nitrokey-sys-rs versions. # v3.4.1 (2018-12-10) diff --git a/Cargo.toml b/Cargo.toml index 5cc844b..7f819a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nitrokey-sys" -version = "3.4.1" +version = "3.4.2" authors = ["Robin Krahl "] edition = "2018" homepage = "https://code.ireas.org/nitrokey-rs/" -- cgit v1.2.1