diff options
-rw-r--r-- | .reuse/dep5 | 2 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | doc/conf.py.in | 4 | ||||
-rw-r--r-- | meson.build | 2 |
5 files changed, 9 insertions, 9 deletions
diff --git a/.reuse/dep5 b/.reuse/dep5 index 0e8d0e7..712a2ff 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -4,6 +4,6 @@ Upstream-Contact: David Robillard <d@drobilla.net> Source: https://gitlab.com/drobilla/sratom Files: NEWS sratom.ttl -Copyright: 2012-2022 David Robillard <d@drobilla.net> +Copyright: 2012-2025 David Robillard <d@drobilla.net> Comment: Contributed to the Commons as a representation of simple facts License: 0BSD OR ISC @@ -1,11 +1,11 @@ -sratom (0.6.17) unstable; urgency=medium +sratom (0.6.18) stable; urgency=medium * Add lint option with project metadata and code formatting tests * Avoid snprintf when writing MIDI events * Enable clang nullability checks * Fix library current_version on MacOS - -- David Robillard <d@drobilla.net> Mon, 02 Dec 2024 15:41:31 +0000 + -- David Robillard <d@drobilla.net> Sun, 19 Jan 2025 13:49:56 +0000 sratom (0.6.16) stable; urgency=medium @@ -6,9 +6,9 @@ Sratom Sratom is a small library for serializing LV2 atoms. Sratom reads/writes atoms from/to RDF, allowing them to be converted between binary and text or stored in -a model. For more information, see <http://drobilla.net/software/sratom>. +a model. -More information about LV2 atoms can be found at -<http://lv2plug.in/ns/ext/atom> +For more information, see <http://drobilla.net/software/sratom>. More +information about LV2 atoms can be found at <http://lv2plug.in/ns/ext/atom> -- David Robillard <d@drobilla.net> diff --git a/doc/conf.py.in b/doc/conf.py.in index ff34db2..d952bac 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -1,10 +1,10 @@ -# Copyright 2020-2022 David Robillard <d@drobilla.net> +# Copyright 2020-2025 David Robillard <d@drobilla.net> # SPDX-License-Identifier: ISC # Project information project = "@SRATOM_TITLE@" -copyright = "2023, David Robillard" +copyright = "2025, David Robillard" author = "David Robillard" release = "@SRATOM_VERSION@" version = "@SRATOM_VERSION@" diff --git a/meson.build b/meson.build index 51e8f5f..77934a0 100644 --- a/meson.build +++ b/meson.build @@ -11,7 +11,7 @@ project( ], license: 'ISC', meson_version: '>= 0.56.0', - version: '0.6.17', + version: '0.6.18', ) sratom_src_root = meson.current_source_dir() |