Skip to content

Commit 0c4e4a7

Browse files
committed
release: 2.4.0
1 parent 2c4216d commit 0c4e4a7

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# 2.4.0 (19 Feb 2023)
2+
3+
## Feature
4+
5+
* Add Ggit
6+
7+
## Improvements
8+
9+
* Use GObject introspection to generate more accurate stubs ([#98](https://github.com/pygobject/pygobject-stubs/issues/98)) (#98)
10+
11+
## Typing
12+
13+
* Improve type hints for
14+
- Adw
15+
- Atk
16+
- Gdk3
17+
- Gdk4
18+
- GdkPixbuf
19+
- Geoclue
20+
- Gio
21+
- GLib
22+
- GSound
23+
- Soup3
24+
125
# 2.3.1 (08 Feb 2023)
226

327
## Bug Fixes

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

0 commit comments

Comments
 (0)