Skip to content

Commit b6462bc

Browse files
committed
release v0.1.1
1 parent d3be048 commit b6462bc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.1.1
2+
3+
- Make all structs implement Copy and mark all struct fields public.
4+
15
# 0.1.0
26

37
- First release.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vst2-sys"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Micah Johnston <micah@glowcoil.com>"]
55
edition = "2018"
66
description = "Bindings for the VST 2.4 API"

0 commit comments

Comments
 (0)