diff --git a/NEWS b/NEWS index b9a8bb171c613754d7c04933f747d41d41377c25..bfd9761a523c5e91f951be3d50e309eacb0e4bd8 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 55333620988d96b62f6a824ee07113d4096f8408..327db881e00dd4a2bb9d7e083232fe15a291f067 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' ],