summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--wscript2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9b03f37..c6979ab 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+sord (0.16.6) stable;
+
+ * Fix potential crash or incorrectness issues with GCC 10
+ * Fix various minor warnings and other code quality issues
+
+ -- David Robillard <d@drobilla.net> Sun, 27 Sep 2020 11:08:18 +0000
+
sord (0.16.4) stable;
* Update build system
diff --git a/wscript b/wscript
index d84a96b..b573a7c 100644
--- a/wscript
+++ b/wscript
@@ -11,7 +11,7 @@ from waflib.extras import autowaf
# major increment <=> incompatible changes
# minor increment <=> compatible changes (additions)
# micro increment <=> no interface changes
-SORD_VERSION = '0.16.5'
+SORD_VERSION = '0.16.6'
SORD_MAJOR_VERSION = '0'
# Mandatory waf variables