Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ Possible sections in each release:
* Security: in case of vulnerabilities.


### [v0.26.0] - 17-10-2025

Changed:

* Upgrade to wgpu-native v27.0.2.0 by @Vipitis in https://github.com/pygfx/wgpu-py/pull/741

Added:

* Add DXC and debug examples by @Vipitis in https://github.com/pygfx/wgpu-py/pull/760


### [v0.25.0] - 29-09-2025

This release is marked with many improvements to types and structs, making it much easier to write wgpu-code in an IDE.
Expand Down
2 changes: 1 addition & 1 deletion wgpu/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

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

# Set this to your library name
project_name = "wgpu"
Expand Down