Skip to content

Commit

Permalink
release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
glowcoil committed Apr 14, 2021
1 parent d4f2d4c commit 28efcb5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.2.0

- Add process_double_replacing to AEffect struct.
- Add Rect struct.

# 0.1.1

- Make all structs implement Copy and mark all struct fields public.
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 = "vst2-sys"
version = "0.1.1"
version = "0.2.0"
authors = ["Micah Johnston <[email protected]>"]
edition = "2018"
description = "Bindings for the VST 2.4 API"
Expand Down

0 comments on commit 28efcb5

Please sign in to comment.