From 28efcb5edec4dafd37acc080d9c20fc309a725aa Mon Sep 17 00:00:00 2001 From: glowcoil Date: Wed, 14 Apr 2021 17:46:13 -0500 Subject: [PATCH] release v0.2.0 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdf5d7c..114a8b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Cargo.toml b/Cargo.toml index da7e618..999873f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vst2-sys" -version = "0.1.1" +version = "0.2.0" authors = ["Micah Johnston "] edition = "2018" description = "Bindings for the VST 2.4 API"