From 9055de2e08b5373b9bdb510273109adf96ab31f5 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Mon, 21 May 2018 00:42:22 +0200 Subject: Release v3.3.0 --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..954f346 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# v3.3.0 (2018-05-21) + +- Change the crate license to LGPL 3.0. +- Adapt the crate version number according to the bundled `libnitrokey` + version. +- Include a copy of `libnitrokey`. +- Compile `libnitrokey` from source. +- Generate the `bindgen` bindings statically and add them to the repository. + +# v0.1.0 (2018-05-20) + +- Initial release. diff --git a/Cargo.toml b/Cargo.toml index 7c4453c..5eb8f50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nitrokey-sys" -version = "0.1.0" +version = "3.3.0" authors = ["Robin Krahl "] homepage = "https://code.ireas.org/nitrokey-rs/" repository = "https://git.ireas.org/nitrokey-sys-rs/" diff --git a/README.md b/README.md index c5f4b37..5fa6a9b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ devices. ```toml [dependencies] -nitrokey-sys = "0.1.0" +nitrokey-sys = "3.3.0" ``` The version of this crate corresponds to the wrapped `libnitrokey` version. -- cgit v1.2.1