Skip to content

Commit b497817

Browse files
authored
Bump version (#770)
1 parent b985660 commit b497817

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

1919

20+
## [v0.28.0] - 10-11-2025
21+
22+
We moved the implementation of the contexts to `rendercanvas` and made `GPUCanvasContext` lighter (and more low-level).
23+
We made sure that the new `rendercanvas` (v2.4) was compatible with both the old and new wgpu.
24+
However, code that uses the imgui adapter will break with `rendercanvas` v2.4 and requires this release of wgpu-py to fix it.
25+
26+
Added:
27+
28+
* Add util to get glfw present_info by @almarklein in https://github.com/pygfx/wgpu-py/pull/767
29+
30+
Changed:
31+
32+
* Canvas/context inversion of control by @Korijn in https://github.com/pygfx/wgpu-py/pull/764
33+
34+
Fixed:
35+
36+
* Fix compatibility with rendercanvas 2.4.0 by @hmaarrfk in https://github.com/pygfx/wgpu-py/pull/768
37+
* Also run example-tests with imgui by @almarklein in https://github.com/pygfx/wgpu-py/pull/769
38+
39+
2040
### [v0.27.0] - 05-11-2025
2141

2242
Fixed:

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.27.0"
25+
__version__ = "0.28.0"
2626

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

0 commit comments

Comments
 (0)