From 32f10751605e7124e415d38feb4d8176288c03ad Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 21 Jul 2017 08:36:12 +0200 Subject: Serd 0.28.0 --- NEWS | 6 +++--- wscript | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 5b7c5038..af5131f6 100644 --- a/NEWS +++ b/NEWS @@ -1,13 +1,13 @@ -serd (0.27.2) unstable; +serd (0.28.0) stable; * Add support for reading from a user provided callback * Add serd_node_from_substring() * Fix strict parsing of abolute URI schemes * Fix parsing of hex escapes in file URIs (thanks Johannes Mueller) * Gracefully handle applications that write corrupt UTF-8 - * FIx hangs when reading corrupt UTF-8 + * Fix hangs when reading corrupt UTF-8 - -- David Robillard Mon, 10 Jul 2017 11:23:25 +0200 + -- David Robillard Fri, 21 Jul 2017 08:28:47 +0200 serd (0.26.0) stable; diff --git a/wscript b/wscript index 4a80da1d..2150a5c2 100644 --- a/wscript +++ b/wscript @@ -11,7 +11,7 @@ import waflib.extras.autowaf as autowaf # major increment <=> incompatible changes # minor increment <=> compatible changes (additions) # micro increment <=> no interface changes -SERD_VERSION = '0.27.2' +SERD_VERSION = '0.28.0' SERD_MAJOR_VERSION = '0' # Mandatory waf variables -- cgit v1.2.1