From 227565f5be637d4d5db231f8860ee24c610ddad7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 26 Apr 2020 18:09:05 +0200 Subject: Serd 0.30.4 --- NEWS | 4 ++-- wscript | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 4d3f95c3..88cc1d4f 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,10 @@ -serd (0.30.3) unstable; +serd (0.30.4) stable; * Fix EOF handling while reading in bulk or from strings * Fix lax handling of string errors * Fix reading from a null-delimited socket - -- David Robillard Sun, 08 Dec 2019 22:20:08 +0000 + -- David Robillard Sun, 26 Apr 2020 16:04:05 +0000 serd (0.30.2) stable; diff --git a/wscript b/wscript index 0bd8cb74..c26bffa4 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.3' +SERD_VERSION = '0.30.4' SERD_MAJOR_VERSION = '0' # Mandatory waf variables -- cgit v1.2.1