From 9373d59b743c47dc84d4a8c80591016f7123c1bd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 19 Jan 2025 08:50:29 -0500 Subject: Sratom 0.6.18 --- .reuse/dep5 | 2 +- NEWS | 4 ++-- README.md | 6 +++--- doc/conf.py.in | 4 ++-- 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 Source: https://gitlab.com/drobilla/sratom Files: NEWS sratom.ttl -Copyright: 2012-2022 David Robillard +Copyright: 2012-2025 David Robillard Comment: Contributed to the Commons as a representation of simple facts License: 0BSD OR ISC diff --git a/NEWS b/NEWS index 7b3ebdd..979461d 100644 --- a/NEWS +++ b/NEWS @@ -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 Mon, 02 Dec 2024 15:41:31 +0000 + -- David Robillard Sun, 19 Jan 2025 13:49:56 +0000 sratom (0.6.16) stable; urgency=medium diff --git a/README.md b/README.md index e4d444e..fa5d72b 100644 --- a/README.md +++ b/README.md @@ -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 . +a model. -More information about LV2 atoms can be found at - +For more information, see . More +information about LV2 atoms can be found at -- David Robillard 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 +# Copyright 2020-2025 David Robillard # 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() -- cgit v1.2.1