Skip to content

Commit a748097

Browse files
almarkleinKorijn
andauthored
Bump version (#449)
* Bump version * Update CHANGELOG.md Co-authored-by: Korijn van Golen <[email protected]> * Update CHANGELOG.md --------- Co-authored-by: Korijn van Golen <[email protected]>
1 parent 77c1ee9 commit a748097

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

1919

20+
### [v0.13.1] - 08-12-2023
21+
22+
Fixed:
23+
24+
* Prevent access violation errors with GLFW on Windows.
25+
* Prevent a segfault when deleting a `GPUPipelineLayout` (observed in a very specific use-case on LavaPipe).
26+
* Fix `triangle_glsl.py` example.
27+
* Fix that when logger is set to debug, errors are produced when Python exits.
28+
29+
Added:
30+
31+
* Support for linux-aarch64 (binary wheels available)! This includes Raspberry Pi's with a 64-bit OS, and adds support for building linux docker images on Apple Silicon devices without having to emulate x86 (no need for `--platform linux/amd64`).
32+
33+
2034
### [v0.13.0] - 24-11-2023
2135

2236
Added:

wgpu/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from . import resources # noqa: F401,F403
1414

1515

16-
__version__ = "0.13.0"
16+
__version__ = "0.13.1"
1717
version_info = tuple(map(int, __version__.split(".")))
1818

1919

0 commit comments

Comments
 (0)