File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff 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
2233This release is marked with many improvements to types and structs, making it much easier to write wgpu-code in an IDE.
Original file line number Diff line number Diff line change 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
2828project_name = "wgpu"
You can’t perform that action at this time.
0 commit comments