Skip to content

Commit b776d6c

Browse files
committed
release: 2.10.0
1 parent b4de7c0 commit b776d6c

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
127
# 2.9.0 (14 Sep 2023)
228

329
## Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ backend-path = ["pep517backend"]
55

66
[project]
77
name = "PyGObject-stubs"
8-
version = "2.9.0"
8+
version = "2.10.0"
99
description = "Typing stubs for PyGObject"
1010
readme = "README.md"
1111
requires-python = ">=3.7"

0 commit comments

Comments
 (0)