File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,19 @@ Possible sections in each release:
1717* Security: in case of vulnerabilities.
1818
1919
20+ ### [ v0.27.0] - 05-11-2025
21+
22+ Fixed:
23+
24+ * Fix that memory for struct data was released before wgpu-native consumed it by @almarklein in https://github.com/pygfx/wgpu-py/pull/765
25+ * This fixes that wgpu would segfault.
26+
27+ Changed:
28+
29+ * Promise / Future API with .then() by @almarklein in https://github.com/pygfx/wgpu-py/pull/739
30+ * The async methods now return a promise-like object which has ` .sync_wait() ` , ` .then() ` , and be we awaited.
31+
32+
2033### [ v0.26.0] - 17-10-2025
2134
2235Changed:
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.26 .0"
25+ __version__ = "0.27 .0"
2626
2727# Set this to your library name
2828project_name = "wgpu"
You can’t perform that action at this time.
0 commit comments