Skip to content

Commit 470838c

Browse files
authored
Bump version (#717)
1 parent 1ed2e40 commit 470838c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,20 @@ Possible sections in each release:
1717
* Security: in case of vulnerabilities.
1818

1919

20+
### [v0.22.2] - 16-05-2025
21+
22+
Added:
23+
24+
* Add type hints for properties by @Vipitis in https://github.com/pygfx/wgpu-py/pull/703
25+
* Support extra data in stats by @panxinmiao in https://github.com/pygfx/wgpu-py/pull/712
26+
27+
Changed:
28+
29+
* Set the size via `imgui.io` instead of using the `psize` parameter of the render method. by @panxinmiao in https://github.com/pygfx/wgpu-py/pull/713
30+
31+
32+
**Full Changelog**: https://github.com/pygfx/wgpu-py/compare/v0.22.1...asd
33+
2034
### [v0.22.1] - 17-04-2025
2135

2236
Changed:

wgpu/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# This is the reference version number, to be bumped before each release.
1212
# The build system detects this definition when building a distribution.
13-
__version__ = "0.22.1"
13+
__version__ = "0.22.2"
1414

1515
# Allow using nearly the same code in different projects
1616
project_name = "wgpu"

0 commit comments

Comments
 (0)