From b5d3b9c489533fedfb90bb7a4703ab125d2e2afc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 27 Sep 2020 12:53:16 +0200 Subject: Serd 0.30.6 --- NEWS | 4 ++-- wscript | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index d84e25d3..6bbc7582 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,11 @@ -serd (0.30.5) unstable; +serd (0.30.6) stable; * Fix various minor warnings and other code quality issues * Improve reader error handling * Make all free functions tolerant of NULL * Parse prefixed names more strictly - -- David Robillard Sun, 16 Aug 2020 11:01:53 +0000 + -- David Robillard Sun, 27 Sep 2020 10:51:38 +0000 serd (0.30.4) stable; diff --git a/wscript b/wscript index e8adfcc3..703b36c9 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 -SERD_VERSION = '0.30.5' +SERD_VERSION = '0.30.6' SERD_MAJOR_VERSION = '0' # Mandatory waf variables -- cgit v1.2.1