From 99a19fbc8e2604dc0b048c17b554d0c395810569 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 30 Apr 2023 18:24:40 -0400 Subject: Add long "help" and "version" options to serdi Although serdi still "officially" has a BSD-style interface, meson uses --version to find the version of executables. So, support that, and also add --help, since users will often try that for unknown commands. --- NEWS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 8b84142f..2299cd71 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ -serd (0.31.3) unstable; urgency=medium +serd (0.31.5) unstable; urgency=medium * Add Windows path separator support to serd_node_new_file_uri() + * Add long "help" and "version" options to serdi * Add serd_reader_skip_until_byte() to public API * Allow SERD_API to be defined by the user * Avoid creating test files in the current directory @@ -27,7 +28,7 @@ serd (0.31.3) unstable; urgency=medium * Test header for warnings more strictly * Update standard test suites - -- David Robillard Mon, 03 Apr 2023 14:48:40 +0000 + -- David Robillard Sun, 30 Apr 2023 22:24:07 +0000 serd (0.30.16) stable; urgency=medium -- cgit v1.2.1