Skip to content

Commit 98dff79

Browse files
committed
bump version
1 parent 285e7ae commit 98dff79

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

2020

21+
### [v0.7.6] - 28-03-2022
22+
23+
Changed:
24+
25+
* Pointer move and wheel events are now rate-limited, leading to better performance if e.g. picking is done at each event.
26+
27+
Added:
28+
29+
* Added `wgpu.gui.base.log_exception`, a context-manager to catch and log exceptions, e.g. in event callbacks.
30+
31+
2132
### [v0.7.5] - 17-03-2022
2233

2334
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.7.5"
11+
__version__ = "0.7.6"
1212
version_info = tuple(map(int, __version__.split(".")))
1313

1414

0 commit comments

Comments
 (0)