aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-04-30 18:24:40 -0400
committerDavid Robillard <d@drobilla.net>2023-04-30 18:24:40 -0400
commit99a19fbc8e2604dc0b048c17b554d0c395810569 (patch)
treed075a961f3e87f277d301c5c9c06616499973b52 /NEWS
parent956f9fe7b051dc1c96433b2204f61e74c2366015 (diff)
downloadserd-99a19fbc8e2604dc0b048c17b554d0c395810569.tar.gz
serd-99a19fbc8e2604dc0b048c17b554d0c395810569.tar.bz2
serd-99a19fbc8e2604dc0b048c17b554d0c395810569.zip
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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
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 <d@drobilla.net> Mon, 03 Apr 2023 14:48:40 +0000
+ -- David Robillard <d@drobilla.net> Sun, 30 Apr 2023 22:24:07 +0000
serd (0.30.16) stable; urgency=medium