Skip to content

Commit 868dd3c

Browse files
committed
Bumped version to 0.9.1
1 parent acdce12 commit 868dd3c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

HISTORY.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.9.1
2+
3+
New Features:
4+
* Plugin information dump with CL switch
5+
* Updated VST 3 SDK to latest 3.14
6+
7+
Fixes:
8+
* Allows plugin parameters with duplicate names
9+
* Events section not required anymore with any frontend
10+
111
## 0.9.0
212

313
New Features:

include/version.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#define SUSHI__VERSION_MAJ 0
55
#define SUSHI__VERSION_MIN 9
6-
#define SUSHI__VERSION_REV 0
6+
#define SUSHI__VERSION_REV 1
77

88
#define SUSHI_VERSION_STRING #SUSHI__VERSION_MAJ "." #SUSHI__VERSION_MIN "." #SUSHI__VERSION_REV
99

0 commit comments

Comments
 (0)