Skip to content

Commit a3c18d9

Browse files
authored
Bump version (#726)
1 parent d228293 commit a3c18d9

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,26 @@ Possible sections in each release:
1616
* Fixed: for any bug fixes.
1717
* Security: in case of vulnerabilities.
1818

19-
### unreleased
19+
20+
### [v0.23.0] - 11-07-2025
2021

2122
Added:
23+
2224
* New `wgpu.backends.wgpu_native.extra.set_instance_extras()` function to enable additional debug features and using Dxc
2325

2426
Changed:
27+
2528
* Updated to wgpu-native v25.0.2.1
2629

2730
Fixed:
31+
2832
* Some native only features with Dx12 backend no longer crash, but can still produce incorrect numbers for push constants and indirect draws. Other backends work as expected, fixes are expected in v26 upstream.
2933

34+
Other:
35+
36+
* Examples are updated to use `rendercanvas`.
37+
38+
3039
### [v0.22.2] - 16-05-2025
3140

3241
Added:

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.2"
13+
__version__ = "0.23.0"
1414

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

0 commit comments

Comments
 (0)