Skip to content

Commit

Permalink
release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
glowcoil committed Apr 12, 2021
1 parent d3be048 commit b6462bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.1.1

- Make all structs implement Copy and mark all struct fields public.

# 0.1.0

- First release.
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.0"
version = "0.1.1"
authors = ["Micah Johnston <[email protected]>"]
edition = "2018"
description = "Bindings for the VST 2.4 API"
Expand Down

0 comments on commit b6462bc

Please sign in to comment.