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 de21e25 commit cd26164Copy full SHA for cd26164
CHANGELOG.md
@@ -17,6 +17,14 @@ Possible sections in each release:
17
* Security: in case of vulnerabilities.
18
19
20
+### [v0.13.2] - 21-12-2023
21
+
22
+Added:
23
24
+* Implement support for timestamp QuerySet.
25
+* Add texture input and iFrameRate builtin to Shadertoy util https://github.com/pygfx/wgpu-py/pull/453
26
27
28
### [v0.13.1] - 08-12-2023
29
30
Fixed:
wgpu/__init__.py
@@ -13,7 +13,7 @@
13
from . import resources # noqa: F401,F403
14
15
16
-__version__ = "0.13.1"
+__version__ = "0.13.2"
version_info = tuple(map(int, __version__.split(".")))
0 commit comments