Skip to content

Commit

Permalink
Bump version (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed May 11, 2024
1 parent 456daec commit 132cb1f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,23 @@ Possible sections in each release:
* Security: in case of vulnerabilities.


### [v0.15.2] - 10-05-2024

Added:

* New example to demonstrate manual GLFW integration by @Korijn in https://github.com/pygfx/wgpu-py/pull/480
* More details in docs of enumerate_adapters by @almarklein in https://github.com/pygfx/wgpu-py/pull/489
* Add GPU cloud compute info to docs by @kushalkolar in https://github.com/pygfx/wgpu-py/pull/495

Changed:

* Make modifiers and buttons tuples for immutability by @hmaarrfk in https://github.com/pygfx/wgpu-py/pull/492

Fixed:

* Fix WxWgpuWindow by not calling 'add_event_handler' by @cansik in https://github.com/pygfx/wgpu-py/pull/486


### [v0.15.1] - 28-03-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.15.1"
__version__ = "0.15.2"
version_info = tuple(map(int, __version__.split(".")))


Expand Down

0 comments on commit 132cb1f

Please sign in to comment.