From 00de28f6d42ec47697f1a1c5e694648f29ce1e05 Mon Sep 17 00:00:00 2001 From: David Rheinsberg Date: Tue, 12 Dec 2023 15:58:51 +0100 Subject: [PATCH] build: release v1.1.0 Release c-dvar 1.1.0. Signed-off-by: David Rheinsberg --- NEWS.md | 9 +++++++++ meson.build | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 062f263..4661cf2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,14 @@ # c-dvar - D-Bus Variant Type-System +## CHANGES WITH 1.1.0: + + * Update the c-stdaux dependency to provide the new build variables + and thus allow linking through pkg-config. + + Contributions from: David Rheinsberg + + - Dußlingen, 2023-12-12 + ## CHANGES WITH 1.0.0: * Initial release of c-dvar. diff --git a/meson.build b/meson.build index f8c7ab0..815000c 100644 --- a/meson.build +++ b/meson.build @@ -6,7 +6,7 @@ project( ], license: 'Apache', meson_version: '>=0.60.0', - version: '1.0.0', + version: '1.1.0', ) major = meson.project_version().split('.')[0] project_description = 'D-Bus Variant Type-System'