Skip to content

Commit

Permalink
release: 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lovetox committed Apr 3, 2024
1 parent 3965805 commit 4725be4
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -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"
Expand Down

0 comments on commit 4725be4

Please sign in to comment.