Skip to content

Commit b813719

Browse files
almarkleinKorijn
andauthored
Bump version (#647)
Co-authored-by: Korijn van Golen <[email protected]>
1 parent 95b5551 commit b813719

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ Possible sections in each release:
1717
* Security: in case of vulnerabilities.
1818

1919

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+
2027
### [v0.19.1] - 19-11-2024
2128

2229
Some internal refactoring, fix the doc theme, and compatibility with rendercanvas.

wgpu/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# This is the reference version number, to be bumped before each release.
1212
# The build system detects this definition when building a distribution.
13-
__version__ = "0.19.1"
13+
__version__ = "0.19.2"
1414

1515
# Allow using nearly the same code in different projects
1616
project_name = "wgpu"

0 commit comments

Comments
 (0)