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 9914545 commit 24ae0eeCopy full SHA for 24ae0ee
CHANGELOG.md
@@ -17,7 +17,14 @@ Possible sections in each release:
17
* Security: in case of vulnerabilities.
18
19
20
-### [v0.16.0] - tbd
+### [v0.16.0] - 13-06-2024
21
+
22
+Changed:
23
24
+* Updated to wgpu-native 0.19.4.1. Does not incur API changes.
25
+* Updated to latest IDL.
26
+* Replaced the `adapter.request_adapter_info()` method with the `adapter.info` property.
27
28
29
Changed:
30
wgpu/__init__.py
@@ -13,7 +13,7 @@
13
from . import resources # noqa: F401,F403
14
15
16
-__version__ = "0.15.3"
+__version__ = "0.16.0"
version_info = tuple(map(int, __version__.split(".")))
0 commit comments