Skip to content

Commit fc8436d

Browse files
authored
Bump version (#340)
1 parent 5e2e9f5 commit fc8436d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

2020

21+
### [v0.9.1] - 13-02-2023
22+
23+
Changed:
24+
25+
* Improved documentation.
26+
27+
Added:
28+
29+
* Added `print_report()` to get a report on the internals of wgpu.
30+
* Added `command_encoder.clear_buffer()`
31+
* Added support for GLSL.
32+
33+
2134
### [v0.9.0] - 25-01-2023
2235

2336
In this release the API is aligned with the latest webgpu.idl, and

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

1414

0 commit comments

Comments
 (0)