We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b373392 commit 93c4b86Copy full SHA for 93c4b86
CHANGELOG.md
@@ -17,6 +17,22 @@ Possible sections in each release:
17
* Security: in case of vulnerabilities.
18
19
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
36
### [v0.14.1] - 15-02-2024
37
38
Added:
wgpu/__init__.py
@@ -13,7 +13,7 @@
13
from . import resources # noqa: F401,F403
14
15
16
-__version__ = "0.14.1"
+__version__ = "0.15.0"
version_info = tuple(map(int, __version__.split(".")))
0 commit comments