diff options
author | David Robillard <d@drobilla.net> | 2020-09-27 12:53:16 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-09-27 12:53:16 +0200 |
commit | b5d3b9c489533fedfb90bb7a4703ab125d2e2afc (patch) | |
tree | 5fcc99914554301ac67b28cc5eafd349161b4ac7 | |
parent | 45b809c4438a83c570f23b13b9492a37b9638774 (diff) | |
download | serd-b5d3b9c489533fedfb90bb7a4703ab125d2e2afc.tar.gz serd-b5d3b9c489533fedfb90bb7a4703ab125d2e2afc.tar.bz2 serd-b5d3b9c489533fedfb90bb7a4703ab125d2e2afc.zip |
Serd 0.30.6v0.30.6
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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; @@ -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 |