Skip to content

Commit

Permalink
bump crate version to 0.2.0 and add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
micahrj committed Jun 17, 2022
1 parent 9303dd6 commit 440390c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clap-sys"
version = "0.1.0"
version = "0.2.0"
authors = ["Micah Johnston <[email protected]>", "Robbert van der Helm <[email protected]"]
edition = "2021"
description = "Rust bindings for the CLAP audio plugin API"
Expand Down

0 comments on commit 440390c

Please sign in to comment.