Skip to content

Commit 44a8943

Browse files
authored
Bump version (#766)
1 parent 68eb8d8 commit 44a8943

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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

2235
Changed:

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.26.0"
25+
__version__ = "0.27.0"
2626

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

0 commit comments

Comments
 (0)