Skip to content

Commit f3a0bdf

Browse files
authored
Bump version (#374)
1 parent bd03858 commit f3a0bdf

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ Possible sections in each release:
1717
* Fixed: for any bug fixes.
1818
* Security: in case of vulnerabilities.
1919

20+
21+
### [v0.11.0] - 11-10-2023
22+
23+
Changed:
24+
25+
* Update to wgpu-native 0.17.2.1. No changes are needed in downstream code.
26+
27+
2028
### [v0.10.0] - 09-10-2023
2129

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

1414

0 commit comments

Comments
 (0)