Skip to content

Commit

Permalink
Bump version (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein authored Jun 13, 2024
1 parent 9914545 commit 24ae0ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,14 @@ Possible sections in each release:
* Security: in case of vulnerabilities.


### [v0.16.0] - tbd
### [v0.16.0] - 13-06-2024

Changed:

* Updated to wgpu-native 0.19.4.1. Does not incur API changes.
* Updated to latest IDL.
* Replaced the `adapter.request_adapter_info()` method with the `adapter.info` property.


Changed:

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


Expand Down

0 comments on commit 24ae0ee

Please sign in to comment.