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 64ede94 commit b8c6335Copy full SHA for b8c6335
CHANGELOG.md
@@ -17,6 +17,22 @@ Possible sections in each release:
17
* Security: in case of vulnerabilities.
18
19
20
+### [v0.18.0] - 16-09-2024
21
+
22
+Added:
23
24
+* Now also building wheels for Windows aarch64.
25
26
+Changed:
27
28
+* Updated to latest wgpu-native (v22.1.0.5).
29
30
+Fixed:
31
32
+* Various typos in the docs.
33
+* Fixed the wheels for 32bit Windows.
34
35
36
### [v0.17.3] - 10-09-2024
37
38
Added:
wgpu/__init__.py
@@ -13,7 +13,7 @@
13
from . import resources # noqa: F401,F403
14
15
16
-__version__ = "0.17.3"
+__version__ = "0.18.0"
version_info = tuple(map(int, __version__.split(".")))
0 commit comments