From 4725be4e3ee9a5815e0971131c85abde6942a8fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Wed, 3 Apr 2024 21:22:40 +0200 Subject: [PATCH] release: 2.11.0 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e49f2a22..8473ef9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ +# 2.11.0 (03 Apr 2024) + +## Feature + +* Add Goa ([#163](https://github.com/pygobject/pygobject-stubs/issues/163)) (#163) +* Add JavaSciptCore 6.0 for WebKit +* Add Notify 0.7 ([#175](https://github.com/pygobject/pygobject-stubs/issues/175)) (#175) +* Add Panel +* Add Poppler ([#180](https://github.com/pygobject/pygobject-stubs/issues/180)) (#180) +* Add Secret ([#163](https://github.com/pygobject/pygobject-stubs/issues/163)) (#163) +* Add XApp +* Add Xdp ([#178](https://github.com/pygobject/pygobject-stubs/issues/178)) (#178) +* Add WebKit-6.0 + +## Improvements + +* Generator: Rename optional argument + +## Typing + +* Improve type hints for + - Adw: Upgrade stubs to 1.5 ([#181](https://github.com/pygobject/pygobject-stubs/issues/181)) (#181) + - Gtk3 + - Gtk4: Upgrade stubs to 4.14 ([#182](https://github.com/pygobject/pygobject-stubs/issues/182)) (#182) + +## Bug Fixes + +* Gsk: Use pyi extension +* Generator: Fix regex class pattern (#168) + # 2.10.0 (16 Nov 2023) ## Feature diff --git a/pyproject.toml b/pyproject.toml index f8255ee6..bd5d7355 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ backend-path = ["pep517backend"] [project] name = "PyGObject-stubs" -version = "2.10.0" +version = "2.11.0" description = "Typing stubs for PyGObject" readme = "README.md" requires-python = ">=3.7"