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'])