Skip to content

Commit

Permalink
Bump verson
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Apr 12, 2022
1 parent 05e0040 commit aeafc1b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,19 @@ Possible sections in each release:
* Security: in case of vulnerabilities.


### [v0.7.7] - 12-04-2022

Fixed:

* Fixed that event handlers could not be added while in an event handler.
* Prevent swap chain errors when minimizing a window.

Added:

* The `QWgpuWidget` now also supports the autogui events.
* Our CI now tests the examples (including image comparisons).


### [v0.7.6] - 28-03-2022

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.7.6"
__version__ = "0.7.7"
version_info = tuple(map(int, __version__.split(".")))


Expand Down

0 comments on commit aeafc1b

Please sign in to comment.