Skip to content

Commit 3723e95

Browse files
authored
Bump to v0.18.1 (#588)
1 parent 0a243bb commit 3723e95

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

1919

20+
### [v0.18.1] - 17-09-2024
21+
22+
Added:
23+
24+
* Add support for push constants (a wgpu native extension).
25+
26+
Fixed:
27+
28+
* Fixed jupyter gui backend.
29+
30+
2031
### [v0.18.0] - 16-09-2024
2132

2233
Added:

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.18.0"
16+
__version__ = "0.18.1"
1717
version_info = tuple(map(int, __version__.split(".")))
1818

1919

0 commit comments

Comments
 (0)