File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,16 @@ Possible sections in each release:
17
17
* Security: in case of vulnerabilities.
18
18
19
19
20
+ ### [ v0.19.3] - 10-12-2024
21
+
22
+ Fixed:
23
+
24
+ * Ensure that wgpu is compatible both with imgui 1.6.0 and older by @hmaarrfk in https://github.com/pygfx/wgpu-py/pull/649
25
+ * Clean up async code and add proper trio / rendercanvas support by @fyellin in https://github.com/pygfx/wgpu-py/pull/631
26
+ * Remove timeout in awaitable by @almarklein in https://github.com/pygfx/wgpu-py/pull/651
27
+ * Allow `` rendercanvas.get_context() `` before a backend is selected by @almarklein in https://github.com/pygfx/wgpu-py/pull/652
28
+
29
+
20
30
### [ v0.19.2] - 25-11-2024
21
31
22
32
Changed:
Original file line number Diff line number Diff line change 10
10
11
11
# This is the reference version number, to be bumped before each release.
12
12
# The build system detects this definition when building a distribution.
13
- __version__ = "0.19.2 "
13
+ __version__ = "0.19.3 "
14
14
15
15
# Allow using nearly the same code in different projects
16
16
project_name = "wgpu"
You can’t perform that action at this time.
0 commit comments