diff --git a/CHANGELOG.md b/CHANGELOG.md index 1589826..0b2d5a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 0.8.0 (-sys bindings 0.6.1) (2023-06-18) +* Fix CUDA and OpenCL build broken due to missing API headers. +* Use PIC when building whisper.cpp (fixes building a cdylib on x86 Linux) + # Version 0.8.0 (2023-05-14) * Update upstream whisper.cpp to v1.4.2 (OpenCL support) * Add CUDA and OpenCL support to bindings diff --git a/sys/Cargo.toml b/sys/Cargo.toml index 5bbc6dd..9f0db7e 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whisper-rs-sys" -version = "0.6.0" +version = "0.6.1" edition = "2021" description = "Rust bindings for whisper.cpp (FFI bindings)" license = "Unlicense"