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 bd03858 commit f3a0bdfCopy full SHA for f3a0bdf
CHANGELOG.md
@@ -17,6 +17,14 @@ Possible sections in each release:
17
* Fixed: for any bug fixes.
18
* Security: in case of vulnerabilities.
19
20
+
21
+### [v0.11.0] - 11-10-2023
22
23
+Changed:
24
25
+* Update to wgpu-native 0.17.2.1. No changes are needed in downstream code.
26
27
28
### [v0.10.0] - 09-10-2023
29
30
In this release the API is aligned with the latest webgpu.idl, and
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.10.0"
+__version__ = "0.11.0"
12
version_info = tuple(map(int, __version__.split(".")))
13
14
0 commit comments