Skip to content

Commit bcc6542

Browse files
committed
0.10.4
1 parent 39cd87c commit bcc6542

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Author: Pavel Holejsovsky <pavel.holejsovsky@gmail.com>
33
# License: MIT
44

5-
VERSION = 0.10.3
5+
VERSION = 0.10.4
66
MAKE ?= make
77

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ LuaGObject is also built on the work of LGI's developers, listed below in no par
9292

9393
## History
9494

95-
### 0.10.4 (upcoming)
95+
### 0.10.4 (2026-01-20)
9696

97-
- Adds a new method :connect_signal to all GObject instances which uses GObject's internal mechanisms to connect to a signal, including those which aren't introspectable
97+
- Adds a new method :connect_signal to all GObject instances which uses GObject's internal mechanisms to connect to a signal, including those which LuaGObject fails to detect through introspection
9898
- Fixes Adw.ToolbarView's .bottom_bars pseudo-property
9999

100100
### 0.10.3 (2025-12-29)

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.3',
2+
version: '0.10.4',
33
meson_version: '>= 0.50.0',
44
default_options: [
55
'warning_level=2',

0 commit comments

Comments
 (0)