Skip to content

Commit

Permalink
release: 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lovetox committed Mar 21, 2023
1 parent 68f19e4 commit 24a418b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# 2.5.0 (21 Mar 2023)

## Feature

* Add Vte (#7)
* Add Rsvg (#116)

## Improvements

* generator: Make file executable
* generator: Add TypeVar _SomeSurface
* generator: Better hints for functions

## Typing

* Improve type hints for
- Gdk4
- Gio
- Gio
- Gtk3
- Gtk4
- GtkSource4

## Bug Fixes

* generator: Fix hash maps
* generator: Use GObject.GInterface for ifaces

# 2.4.0 (19 Feb 2023)

## Feature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ backend-path = ["pep517backend"]

[project]
name = "PyGObject-stubs"
version = "2.4.0"
version = "2.5.0"
description = "Typing stubs for PyGObject"
readme = "README.md"
requires-python = ">=3.7"
Expand Down

0 comments on commit 24a418b

Please sign in to comment.