We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9483dae commit e1749dcCopy full SHA for e1749dc
HISTORY.md
@@ -1,3 +1,12 @@
1
+## 0.10.1
2
+
3
+New Features:
4
+ * LV2 worker thread extension support
5
+ * Parameter values are now always normalised
6
7
+Fixes:
8
+ * Lv2 string parameter value fix
9
10
## 0.10.0
11
12
New Features:
include/version.h.in
@@ -3,7 +3,7 @@
#define SUSHI__VERSION_MAJ 0
#define SUSHI__VERSION_MIN 10
-#define SUSHI__VERSION_REV 0
+#define SUSHI__VERSION_REV 1
#define SUSHI_VERSION_STRING #SUSHI__VERSION_MAJ "." #SUSHI__VERSION_MIN "." #SUSHI__VERSION_REV
0 commit comments