Browse Source

Serd 0.30.6

zrythm_meson
David Robillard 3 years ago
parent
commit
b5d3b9c489
  1. 4
      NEWS
  2. 2
      wscript

4
NEWS

@ -1,11 +1,11 @@ @@ -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 <d@drobilla.net> Sun, 16 Aug 2020 11:01:53 +0000
-- David Robillard <d@drobilla.net> Sun, 27 Sep 2020 10:51:38 +0000
serd (0.30.4) stable;

2
wscript

@ -11,7 +11,7 @@ from waflib.extras import autowaf @@ -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

Loading…
Cancel
Save