Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,20 @@ Possible sections in each release:
* Security: in case of vulnerabilities.


### [v0.22.2] - 16-05-2025

Added:

* Add type hints for properties by @Vipitis in https://github.com/pygfx/wgpu-py/pull/703
* Support extra data in stats by @panxinmiao in https://github.com/pygfx/wgpu-py/pull/712

Changed:

* 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


**Full Changelog**: https://github.com/pygfx/wgpu-py/compare/v0.22.1...asd

### [v0.22.1] - 17-04-2025

Changed:
Expand Down
2 changes: 1 addition & 1 deletion wgpu/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

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

# Allow using nearly the same code in different projects
project_name = "wgpu"
Expand Down