Skip to content

Commit 4725be4

Browse files
committed
release: 2.11.0
1 parent 3965805 commit 4725be4

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# 2.11.0 (03 Apr 2024)
2+
3+
## Feature
4+
5+
* Add Goa ([#163](https://github.com/pygobject/pygobject-stubs/issues/163)) (#163)
6+
* Add JavaSciptCore 6.0 for WebKit
7+
* Add Notify 0.7 ([#175](https://github.com/pygobject/pygobject-stubs/issues/175)) (#175)
8+
* Add Panel
9+
* Add Poppler ([#180](https://github.com/pygobject/pygobject-stubs/issues/180)) (#180)
10+
* Add Secret ([#163](https://github.com/pygobject/pygobject-stubs/issues/163)) (#163)
11+
* Add XApp
12+
* Add Xdp ([#178](https://github.com/pygobject/pygobject-stubs/issues/178)) (#178)
13+
* Add WebKit-6.0
14+
15+
## Improvements
16+
17+
* Generator: Rename optional argument
18+
19+
## Typing
20+
21+
* Improve type hints for
22+
- Adw: Upgrade stubs to 1.5 ([#181](https://github.com/pygobject/pygobject-stubs/issues/181)) (#181)
23+
- Gtk3
24+
- Gtk4: Upgrade stubs to 4.14 ([#182](https://github.com/pygobject/pygobject-stubs/issues/182)) (#182)
25+
26+
## Bug Fixes
27+
28+
* Gsk: Use pyi extension
29+
* Generator: Fix regex class pattern (#168)
30+
131
# 2.10.0 (16 Nov 2023)
232

333
## 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.10.0"
8+
version = "2.11.0"
99
description = "Typing stubs for PyGObject"
1010
readme = "README.md"
1111
requires-python = ">=3.7"

0 commit comments

Comments
 (0)