Skip to content

Commit 24ae0ee

Browse files
authored
Bump version (#525)
1 parent 9914545 commit 24ae0ee

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

1919

20-
### [v0.16.0] - tbd
20+
### [v0.16.0] - 13-06-2024
21+
22+
Changed:
23+
24+
* Updated to wgpu-native 0.19.4.1. Does not incur API changes.
25+
* Updated to latest IDL.
26+
* Replaced the `adapter.request_adapter_info()` method with the `adapter.info` property.
27+
2128

2229
Changed:
2330

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

1919

0 commit comments

Comments
 (0)