diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2018-05-21 00:42:22 +0200 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2018-05-21 00:42:22 +0200 |
commit | 9055de2e08b5373b9bdb510273109adf96ab31f5 (patch) | |
tree | 459f6c34f66f46719bb5d367eefe3662d0439647 | |
parent | 4a9ed08e5c9f94c53e980e10106579d35e56d748 (diff) | |
download | nitrokey-sys-rs-3.3.0.tar.gz nitrokey-sys-rs-3.3.0.tar.bz2 |
Release v3.3.0v3.3.0
-rw-r--r-- | CHANGELOG.md | 12 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 2 |
3 files changed, 14 insertions, 2 deletions
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. @@ -1,6 +1,6 @@ [package] name = "nitrokey-sys" -version = "0.1.0" +version = "3.3.0" authors = ["Robin Krahl <robin.krahl@ireas.org>"] homepage = "https://code.ireas.org/nitrokey-rs/" repository = "https://git.ireas.org/nitrokey-sys-rs/" @@ -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. |