Skip to content

Commit 499b701

Browse files
authored
Bump version (#685)
1 parent c55e848 commit 499b701

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@ Possible sections in each release:
1717
* Security: in case of vulnerabilities.
1818

1919

20+
### [v0.21.0] - 17-03-2025
21+
22+
This releases updates to using wgpu-native v24.0.0.2, and updates the API to the latest WebGPU spec (IDL).
23+
24+
Added:
25+
26+
* New `canvas_context.get_configuration()` method.
27+
* New `device.adapter_info` property.
28+
* New `usage` arg for `texture.create_view()`.
29+
* New `feaure_level` arg for `request_adapter()`. More a diagnostic tool, not for most end-users.
30+
31+
2032
### [v0.20.1] - 14-03-2025
2133

2234
Other:

wgpu/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# This is the reference version number, to be bumped before each release.
1212
# The build system detects this definition when building a distribution.
13-
__version__ = "0.20.1"
13+
__version__ = "0.21.0"
1414

1515
# Allow using nearly the same code in different projects
1616
project_name = "wgpu"

0 commit comments

Comments
 (0)