From f0b88fe03193e4eed96395c7836841437e14d6c5 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 9 Jan 2023 00:21:30 +0000 Subject: Release gobject-introspection 1.75.2 --- NEWS | 10 ++++++++++ meson.build | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index fd6576bf..ed7571a5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +1.75.1 - 2023-01-09 +------------------- + +* Split 'disguised' attribute into two separate attributes [#101] +* Add copy/free function annotations for plain-old data types [#14] +* Include the default value of GObject properties in the GIR data [#4] +* Drop wrap files for recursive dependencies +* Add more marshalling tests [Marco Trevisan] +* Update the GIR data for GLib, GObject, GModule, and GIO [Sebastian Dröge, Rico Tzschichholz] + 1.74.0 - 2022-09-17 ------------------- diff --git a/meson.build b/meson.build index da9c5eb8..53cf59fe 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gobject-introspection', 'c', - version: '1.75.1', + version: '1.75.2', meson_version: '>= 0.60.0', default_options: [ 'c_std=gnu99', -- cgit v1.2.1