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 f2b7709 commit c5c8b42Copy full SHA for c5c8b42
CHANGELOG.md
@@ -17,9 +17,10 @@ Possible sections in each release:
17
* Fixed: for any bug fixes.
18
* Security: in case of vulnerabilities.
19
20
-### [v0.10.1] - tdb
+### [v0.10.0] - 09-10-2023
21
22
-In this release the API is aligned with the latest webgpu.idl.
+In this release the API is aligned with the latest webgpu.idl, and
23
+we updated to wgpu-native (v0.17.0.2).
24
25
Added:
26
wgpu/__init__.py
@@ -8,7 +8,7 @@
8
from .base import * # noqa: F401,F403
9
from .gui import WgpuCanvasInterface # noqa: F401,F403
10
11
-__version__ = "0.9.5"
+__version__ = "0.10.0"
12
version_info = tuple(map(int, __version__.split(".")))
13
14
0 commit comments