We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac3f94 commit f343c5cCopy full SHA for f343c5c
CHANGELOG.md
@@ -18,6 +18,13 @@ Possible sections in each release:
18
* Security: in case of vulnerabilities.
19
20
21
+### [v0.7.1] - 22-12-2021
22
+
23
+Added:
24
25
+* #224 - Added `add_event_handler` and `remove_event_handler` to GLFW and Jupyter GUI canvases.
26
27
28
### [v0.7.0] - 21-12-2021
29
30
Changed:
wgpu/__init__.py
@@ -8,7 +8,7 @@
8
from .base import * # noqa: F401,F403
9
from .gui import WgpuCanvasInterface # noqa: F401,F403
10
11
-__version__ = "0.7.0"
+__version__ = "0.7.1"
12
version_info = tuple(map(int, __version__.split(".")))
13
14
0 commit comments