File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff 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
2236Changed:
Original file line number Diff line number Diff line change 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
1616project_name = "wgpu"
You can’t perform that action at this time.
0 commit comments