diff --git a/NEWS b/NEWS index 9baa077..1dc1d86 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,10 @@ sratom (0.6.19) unstable; urgency=medium * Avoid use of scanf when reading MIDI events + * Fix lint checks * Improve code quality - -- David Robillard Sun, 19 Jan 2025 14:34:33 +0000 + -- David Robillard Mon, 10 Feb 2025 17:55:54 +0000 sratom (0.6.18) stable; urgency=medium diff --git a/test/lint/meson.build b/test/lint/meson.build index 9aaa339..8a89015 100644 --- a/test/lint/meson.build +++ b/test/lint/meson.build @@ -1,7 +1,7 @@ # Copyright 2021-2024 David Robillard # SPDX-License-Identifier: 0BSD OR ISC -all_sources = sources + test_sratom_source + test_headers_source +all_sources = sources + test_sratom_source # Check licensing metadata reuse = find_program('reuse', required: false)