aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--wscript2
2 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index af72f121..4209951b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-serd (0.30.1) unstable;
+serd (0.30.2) stable;
* Fix GCC 4 build
* Fix colliding blank nodes when parsing TriG
@@ -6,9 +6,10 @@ serd (0.30.1) unstable;
* Fix parsing "a" abbreviation without padding whitespace
* Fix parsing TriG graphs with several squashed trailing dots
* Fix resolving some URIs against base URIs with no trailing slash
+ * Improve build system and CI integration
* Improve documentation
- -- David Robillard <d@drobilla.net> Sat, 30 Mar 2019 11:57:54 +0000
+ -- David Robillard <d@drobilla.net> Sun, 20 Oct 2019 22:28:01 +0000
serd (0.30.0) stable;
diff --git a/wscript b/wscript
index 6b89706c..ed5312a5 100644
--- a/wscript
+++ b/wscript
@@ -12,7 +12,7 @@ from waflib.extras import autowaf
# major increment <=> incompatible changes
# minor increment <=> compatible changes (additions)
# micro increment <=> no interface changes
-SERD_VERSION = '0.30.1'
+SERD_VERSION = '0.30.2'
SERD_MAJOR_VERSION = '0'
# Mandatory waf variables