From d08d5edeaee9127e72bc1c1f20aca3a63bb880fb Mon Sep 17 00:00:00 2001 From: David Rheinsberg Date: Tue, 12 Dec 2023 15:50:41 +0100 Subject: [PATCH] build: release v1.1.0 Release c-ini 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 7ae1845..61cc0fe 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,14 @@ # c-ini - Ini-File Handling +## CHANGES WITH 1.1.0: + + * Update to the new c-stdaux variables to fix problems with dynamic + linking through pkg-config. + + Contributions from: David Rheinsberg + + - Dußlingen, 2023-12-12 + ## CHANGES WITH 1.0.0: * Initial release of c-ini. diff --git a/meson.build b/meson.build index a902ab9..57611ba 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 = 'Ini-File Handling'