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 95b5551 commit b813719Copy full SHA for b813719
CHANGELOG.md
@@ -17,6 +17,13 @@ Possible sections in each release:
17
* Security: in case of vulnerabilities.
18
19
20
+### [v0.19.2] - 25-11-2024
21
+
22
+Changed:
23
24
+* Update to Imgui 1.6+ by @panxinmiao in https://github.com/pygfx/wgpu-py/pull/645
25
26
27
### [v0.19.1] - 19-11-2024
28
29
Some internal refactoring, fix the doc theme, and compatibility with rendercanvas.
wgpu/_version.py
@@ -10,7 +10,7 @@
10
11
# This is the reference version number, to be bumped before each release.
12
# The build system detects this definition when building a distribution.
13
-__version__ = "0.19.1"
+__version__ = "0.19.2"
14
15
# Allow using nearly the same code in different projects
16
project_name = "wgpu"
0 commit comments