Skip to content

Commit 5ddb038

Browse files
authored
bump version (#708)
1 parent 8136b52 commit 5ddb038

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

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

1919

20+
### [v0.22.0] - 16-04-2025
21+
22+
Added:
23+
24+
* Implement wgpu extension writeTimestamp() by @fyellin in https://github.com/pygfx/wgpu-py/pull/690
25+
* Implement proper support for alt texture formats for offscreen use by @almarklein in https://github.com/pygfx/wgpu-py/pull/701
26+
27+
Changed:
28+
29+
* Make ``adapter.info`` return GPUAdapterInfo by @fyellin in https://github.com/pygfx/wgpu-py/pull/699
30+
* Give AdapterInfo a repr by @almarklein in https://github.com/pygfx/wgpu-py/pull/707
31+
32+
Fixed:
33+
34+
* Fix constructing QApplication for PyQt6 by @almarklein in https://github.com/pygfx/wgpu-py/pull/694
35+
* Improve reporting when context.get_current_texture() fails by @almarklein in https://github.com/pygfx/wgpu-py/pull/702
36+
* Improve get_current_texture for window resizing by @almarklein in https://github.com/pygfx/wgpu-py/pull/705
37+
* Imgui get up-to-date framebuffer size by @almarklein in https://github.com/pygfx/wgpu-py/pull/706
38+
39+
Other:
40+
41+
* Add return type hints by @Vipitis in https://github.com/pygfx/wgpu-py/pull/697
42+
* Verify that override variables can be used for workgroup sizes and array lengths by @fyellin in https://github.com/pygfx/wgpu-py/pull/692
43+
44+
2045
### [v0.21.1] - 20-03-2025
2146

2247
This release updates to wgpu-native v24.0.3.1, which includes several upstream fixes.

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.21.1"
13+
__version__ = "0.22.0"
1414

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

0 commit comments

Comments
 (0)