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