Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ Possible sections in each release:
* Security: in case of vulnerabilities.


### [v0.9.4] - 23-02-2023

Fixed:

* Fixed issue related to winid (native widgets) on embedded Qt widgets on Windows (#348).
* Fixed our example screenshot tests.


### [v0.9.3] - 20-02-2023

Changed:
Expand Down
2 changes: 1 addition & 1 deletion wgpu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from .base import * # noqa: F401,F403
from .gui import WgpuCanvasInterface # noqa: F401,F403

__version__ = "0.9.3"
__version__ = "0.9.4"
version_info = tuple(map(int, __version__.split(".")))


Expand Down