From 6ee81a02b6f06d3cc82ccd4cafaa92c00080ec20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Thu, 6 Nov 2025 21:58:59 +0100 Subject: [PATCH] treewide: Release 0.1.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Guido Günther Part-of: --- NEWS | 8 ++++++++ meson.build | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b9a8bb1..bfd9761 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +libcall-ui 0.1.5 +---------------- +Released: October 2024 +* Avoid libcall-ui deprecations. This breaks downstream builds + and they have little choice. +* Contributors: + * Guido Günther + libcall-ui 0.1.4 ---------------- Released: September 2024 diff --git a/meson.build b/meson.build index 5533362..327db88 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libcall-ui', 'c', - version: '0.1.4', + version: '0.1.5', license: 'LGPLv2.1+', meson_version: '>= 0.56.2', default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ], -- GitLab