Skip to content

Commit defa19a

Browse files
authored
Bump version (#325)
1 parent baa709b commit defa19a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ Possible sections in each release:
1818
* Security: in case of vulnerabilities.
1919

2020

21+
### [v0.8.4] - 10-01-2023
22+
23+
Fixed:
24+
25+
* The offscreen canvas's mainloop prevents leaking callbacks better (#322)
26+
* Prevent error messages when Qt examples/apps are closed (#326)
27+
28+
2129
### [v0.8.3] - 06-01-2023
2230

2331
Fixed:

wgpu/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from .base import * # noqa: F401,F403
99
from .gui import WgpuCanvasInterface # noqa: F401,F403
1010

11-
__version__ = "0.8.3"
11+
__version__ = "0.8.4"
1212
version_info = tuple(map(int, __version__.split(".")))
1313

1414

0 commit comments

Comments
 (0)