diff --git a/CHANGELOG.md b/CHANGELOG.md index 37461ff..2b542c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.5.0 + +- Update to CLAP version 1.2.2. +- Increase minimum supported Rust version to 1.64. +- Fix type of `data32`/`data64` pointers in `clap_audio_buffer` struct. + # 0.4.0 - Update to CLAP version 1.1.9. diff --git a/Cargo.toml b/Cargo.toml index af9c4a9..1eaf1fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "clap-sys" -version = "0.4.0" +version = "0.5.0" rust-version = "1.64" -authors = ["Micah Johnston ", "Robbert van der Helm ", "Robbert van der Helm