Skip to content

Commit 9298807

Browse files
authored
Bump version (#762)
1 parent cbd97e2 commit 9298807

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

1919

20+
### [v0.26.0] - 17-10-2025
21+
22+
Changed:
23+
24+
* Upgrade to wgpu-native v27.0.2.0 by @Vipitis in https://github.com/pygfx/wgpu-py/pull/741
25+
26+
Added:
27+
28+
* Add DXC and debug examples by @Vipitis in https://github.com/pygfx/wgpu-py/pull/760
29+
30+
2031
### [v0.25.0] - 29-09-2025
2132

2233
This release is marked with many improvements to types and structs, making it much easier to write wgpu-code in an IDE.

wgpu/_version.py

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

2323
# This is the base version number, to be bumped before each release.
2424
# The build system detects this definition when building a distribution.
25-
__version__ = "0.25.0"
25+
__version__ = "0.26.0"
2626

2727
# Set this to your library name
2828
project_name = "wgpu"

0 commit comments

Comments
 (0)