Skip to content

Commit 93c4b86

Browse files
authored
Bump version (#475)
1 parent b373392 commit 93c4b86

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

1919

20+
### [v0.15.0] - 07-03-2024
21+
22+
Changed:
23+
24+
* Updated to wgpu-native 0.19.3.1. Does not incur API changes.
25+
* Updated to latedt IDL. Does not incur API changes.
26+
27+
Fixed:
28+
29+
* Wayland is finally properly supported, albeit via XWayland.
30+
31+
Added:
32+
33+
* Tests for detecting nan and inf values in shaders.
34+
35+
2036
### [v0.14.1] - 15-02-2024
2137

2238
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.14.1"
16+
__version__ = "0.15.0"
1717
version_info = tuple(map(int, __version__.split(".")))
1818

1919

0 commit comments

Comments
 (0)