diff --git a/CHANGELOG.md b/CHANGELOG.md index 49588d9..3215899 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,15 @@ +# 0.3.0 + +- Update to CLAP version 1.0.3. +- Fix typo in `clap_gui_resize_hints` field name (`preseve_aspect_ratio` to `preserve_aspect_ratio`). +- Derive Debug for all types. +- Use `CStr` instead of `*const c_char` for string constants. +- Wrap every function pointer type in an `Option`. + # 0.2.0 - Update to CLAP version 1.0.1. -- Fix typo in clap_event_param_mod field name ("cooke" to "cookie"). +- Fix typo in `clap_event_param_mod` field name (`cooke` to `cookie`). # 0.1.0 diff --git a/Cargo.toml b/Cargo.toml index 0206929..9dd3992 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clap-sys" -version = "0.2.0" +version = "0.3.0" rust-version = "1.59" authors = ["Micah Johnston ", "Robbert van der Helm