We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4de7c0 commit b776d6cCopy full SHA for b776d6c
CHANGELOG.md
@@ -1,3 +1,29 @@
1
+# 2.10.0 (16 Nov 2023)
2
+
3
+## Feature
4
5
+* Add Handy
6
+* Add GstWebRTC
7
+* Add GstSdp
8
9
+## Improvements
10
11
+* Generator: Require GIRepository 2.0
12
13
+## Typing
14
15
+* Improve type hints for
16
+ - Adw
17
+ - Gio
18
+ - GLib
19
+ - GstPbutils
20
+ - Gtk4
21
22
+## Bug Fixes
23
24
+* Allow GObject.emit to return value
25
+* generator: Fix array length param for functions
26
27
# 2.9.0 (14 Sep 2023)
28
29
## Feature
pyproject.toml
@@ -5,7 +5,7 @@ backend-path = ["pep517backend"]
[project]
name = "PyGObject-stubs"
-version = "2.9.0"
+version = "2.10.0"
description = "Typing stubs for PyGObject"
readme = "README.md"
requires-python = ">=3.7"
0 commit comments