Skip to content

Commit

Permalink
Bump version (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein authored Feb 14, 2023
1 parent 5e2e9f5 commit fc8436d
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.9.1] - 13-02-2023

Changed:

* Improved documentation.

Added:

* Added `print_report()` to get a report on the internals of wgpu.
* Added `command_encoder.clear_buffer()`
* Added support for GLSL.


### [v0.9.0] - 25-01-2023

In this release the API is aligned with the latest webgpu.idl, and
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.0"
__version__ = "0.9.1"
version_info = tuple(map(int, __version__.split(".")))


Expand Down

0 comments on commit fc8436d

Please sign in to comment.