Skip to content

Commit

Permalink
Prepare for release of version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
glowcoil committed Jul 3, 2022
1 parent efc0940 commit 7569bec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
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.2.0"
version = "0.3.0"
rust-version = "1.59"
authors = ["Micah Johnston <[email protected]>", "Robbert van der Helm <[email protected]"]
edition = "2021"
Expand Down

0 comments on commit 7569bec

Please sign in to comment.