File tree 2 files changed +13
-1
lines changed
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:
17
17
* Security: in case of vulnerabilities.
18
18
19
19
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
+
20
32
### [ v0.20.1] - 14-03-2025
21
33
22
34
Other:
Original file line number Diff line number Diff line change 10
10
11
11
# This is the reference version number, to be bumped before each release.
12
12
# The build system detects this definition when building a distribution.
13
- __version__ = "0.20.1 "
13
+ __version__ = "0.21.0 "
14
14
15
15
# Allow using nearly the same code in different projects
16
16
project_name = "wgpu"
You can’t perform that action at this time.
0 commit comments