File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,23 @@ Possible sections in each release:
1717* Security: in case of vulnerabilities.
1818
1919
20+ ### [ v0.15.2] - 10-05-2024
21+
22+ Added:
23+
24+ * New example to demonstrate manual GLFW integration by @Korijn in https://github.com/pygfx/wgpu-py/pull/480
25+ * More details in docs of enumerate_adapters by @almarklein in https://github.com/pygfx/wgpu-py/pull/489
26+ * Add GPU cloud compute info to docs by @kushalkolar in https://github.com/pygfx/wgpu-py/pull/495
27+
28+ Changed:
29+
30+ * Make modifiers and buttons tuples for immutability by @hmaarrfk in https://github.com/pygfx/wgpu-py/pull/492
31+
32+ Fixed:
33+
34+ * Fix WxWgpuWindow by not calling 'add_event_handler' by @cansik in https://github.com/pygfx/wgpu-py/pull/486
35+
36+
2037### [ v0.15.1] - 28-03-2024
2138
2239Added:
Original file line number Diff line number Diff line change 1313from . import resources # noqa: F401,F403
1414
1515
16- __version__ = "0.15.1 "
16+ __version__ = "0.15.2 "
1717version_info = tuple (map (int , __version__ .split ("." )))
1818
1919
You can’t perform that action at this time.
0 commit comments