Skip to content

Commit

Permalink
prepare for release of version 0.5.0 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
micahrj authored Jan 3, 2025
1 parent 8765d9c commit 25d7f53
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "clap-sys"
version = "0.4.0"
version = "0.5.0"
rust-version = "1.64"
authors = ["Micah Johnston <micah@glowcoil.com>", "Robbert van der Helm <[email protected]"]
authors = ["Micah Johnston <micah@photophore.systems>", "Robbert van der Helm <[email protected]"]
edition = "2021"
description = "Rust bindings for the CLAP audio plugin API"
repository = "https://github.com/glowcoil/clap-sys"
repository = "https://github.com/micahrj/clap-sys"
readme = "README.md"
license = "MIT/Apache-2.0"

Expand Down

0 comments on commit 25d7f53

Please sign in to comment.