File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff 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
2234Other:
Original file line number Diff line number Diff line change 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
1616project_name = "wgpu"
You can’t perform that action at this time.
0 commit comments