Skip to content

Commit

Permalink
Bump version (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Dec 21, 2023
1 parent de21e25 commit cd26164
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ Possible sections in each release:
* Security: in case of vulnerabilities.


### [v0.13.2] - 21-12-2023

Added:

* Implement support for timestamp QuerySet.
* Add texture input and iFrameRate builtin to Shadertoy util https://github.com/pygfx/wgpu-py/pull/453


### [v0.13.1] - 08-12-2023

Fixed:
Expand Down
2 changes: 1 addition & 1 deletion wgpu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from . import resources # noqa: F401,F403


__version__ = "0.13.1"
__version__ = "0.13.2"
version_info = tuple(map(int, __version__.split(".")))


Expand Down

0 comments on commit cd26164

Please sign in to comment.