Skip to content

Commit b8c6335

Browse files
authored
Bump version to 0.18.0 (#584)
* Bump version to 0.18.0 * remove typo
1 parent 64ede94 commit b8c6335

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

1919

20+
### [v0.18.0] - 16-09-2024
21+
22+
Added:
23+
24+
* Now also building wheels for Windows aarch64.
25+
26+
Changed:
27+
28+
* Updated to latest wgpu-native (v22.1.0.5).
29+
30+
Fixed:
31+
32+
* Various typos in the docs.
33+
* Fixed the wheels for 32bit Windows.
34+
35+
2036
### [v0.17.3] - 10-09-2024
2137

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

1919

0 commit comments

Comments
 (0)