Skip to content

Commit 8780690

Browse files
committed
0.10.2
1 parent 54d90bf commit 8780690

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# License: MIT
77
#
88

9-
VERSION = 0.10.1
9+
VERSION = 0.10.2
1010
MAKE ?= make
1111

1212
ROCK = luagobject-$(VERSION)-1.rockspec

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ LuaGObject is also built on the work of LGI's developers, listed below in no par
8484

8585
## History
8686

87+
### 0.10.2 (2025-09-22)
88+
89+
- Adds the `extra_css_classes` attribute to `Gtk.Widget` and all subclasses, allowing extra CSS classes to be added at construct-time without overwriting CSS classes added by a class' implementation.
90+
- Fixes an issue preventing LuaGObject from working with GLib version 2.86 and later.
91+
8792
### 0.10.1 (2025-09-04)
8893

8994
- Can now add children directly to many GTK 4 and Adwaita widgets when constructing them

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('LuaGObject', 'c',
2-
version: '0.10.0',
2+
version: '0.10.2',
33
meson_version: '>= 0.50.0',
44
default_options: [
55
'warning_level=2',

0 commit comments

Comments
 (0)