diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ac8a46..fdf5d7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.1.1 + +- Make all structs implement Copy and mark all struct fields public. + # 0.1.0 - First release. diff --git a/Cargo.toml b/Cargo.toml index 6a63ab4..da7e618 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vst2-sys" -version = "0.1.0" +version = "0.1.1" authors = ["Micah Johnston "] edition = "2018" description = "Bindings for the VST 2.4 API"