Skip to content

Commit a689a39

Browse files
committed
v1.0.2 release
1 parent a4f3fc1 commit a689a39

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33
## [Unreleased]
4+
## [1.0.2] - 7 Nov 2023
5+
- Fix tests on Arch
6+
- Realize and unrealize on remap instead of setting visibility
7+
- Fix major use-after-free bug causing many crashes
48

59
## [1.0.1] - 1 Jul 2023
610
- Add lua example

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project('gtk4-layer-shell',
22
['c'],
3-
version: '1.0.1',
3+
version: '1.0.2',
44
license: 'MIT',
55
meson_version: '>=0.51.0',
66
default_options: ['c_std=gnu11', 'warning_level=3'])

0 commit comments

Comments
 (0)