diff --git a/CHANGELOG.md b/CHANGELOG.md index c798d30..fdfcc34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [Unreleased] - ReleaseDate +## [1.16.2] - 2023-09-08 - Fixed minimal required version of `libeif` in `build.rs` script. - Don't link with `libheif` in case of building documentation for `docs.rs`. diff --git a/Cargo.lock b/Cargo.lock index ec4beb5..83000be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -89,7 +89,7 @@ checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b" [[package]] name = "libheif-sys" -version = "1.16.1" +version = "1.16.2" dependencies = [ "bindgen", "libc", diff --git a/Cargo.toml b/Cargo.toml index b6b511c..5144297 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libheif-sys" -version = "1.16.1" +version = "1.16.2" authors = ["Kirill Kuzminykh "] edition = "2018" description = "libheif bindings"