diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..49588d9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# 0.2.0 + +- Update to CLAP version 1.0.1. +- Fix typo in clap_event_param_mod field name ("cooke" to "cookie"). + +# 0.1.0 + +- First release, implementing CLAP API version 1.0.0. diff --git a/Cargo.toml b/Cargo.toml index ede5ffa..5da17f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clap-sys" -version = "0.1.0" +version = "0.2.0" authors = ["Micah Johnston ", "Robbert van der Helm