From 5d6628ee9e27b2d4760ced846235fe7c2086b5ac Mon Sep 17 00:00:00 2001 From: Sophie Winter Date: Tue, 10 Sep 2024 00:43:55 -0700 Subject: [PATCH] Bump version to v1.0.3 --- CHANGELOG.md | 5 +++++ meson.build | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6704bf7..87593fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog ## [Unreleased] +## [1.0.3] - 10 Sep 2024 +- Tests: make tests compatible with new libwayland format +- Tests: fix `integration-test-menu-popup` by sending wl_buffer.release in mock server +- Fix: dlopen `libwayland-client.so.0` in addition to `libwayland-client.so`, fixes [#39](https://github.com/wmww/gtk4-layer-shell/issues/39) + ## [1.0.2] - 7 Nov 2023 - Fix tests on Arch - Realize and unrealize on remap instead of setting visibility diff --git a/meson.build b/meson.build index f92ef0e..cc4198d 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('gtk4-layer-shell', ['c'], - version: '1.0.2', + version: '1.0.3', license: 'MIT', meson_version: '>=0.51.0', default_options: ['c_std=gnu11', 'warning_level=3'])