Skip to content

Commit cd26164

Browse files
authored
Bump version (#454)
1 parent de21e25 commit cd26164

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ Possible sections in each release:
1717
* Security: in case of vulnerabilities.
1818

1919

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+
2028
### [v0.13.1] - 08-12-2023
2129

2230
Fixed:

wgpu/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from . import resources # noqa: F401,F403
1414

1515

16-
__version__ = "0.13.1"
16+
__version__ = "0.13.2"
1717
version_info = tuple(map(int, __version__.split(".")))
1818

1919

0 commit comments

Comments
 (0)