Skip to content

Commit

Permalink
Bump to v0.18.1 (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein authored Sep 17, 2024
1 parent 0a243bb commit 3723e95
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ Possible sections in each release:
* Security: in case of vulnerabilities.


### [v0.18.1] - 17-09-2024

Added:

* Add support for push constants (a wgpu native extension).

Fixed:

* Fixed jupyter gui backend.


### [v0.18.0] - 16-09-2024

Added:
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.18.0"
__version__ = "0.18.1"
version_info = tuple(map(int, __version__.split(".")))


Expand Down

0 comments on commit 3723e95

Please sign in to comment.