File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,15 @@ Possible sections in each release:
18
18
* Security: in case of vulnerabilities.
19
19
20
20
21
- ### [ v0.7.0] - TBD
21
+ ### [ v0.7.0] - 21-12-2021
22
22
23
23
Changed:
24
24
25
25
* Now targeting wgpu-native v0.11.0.1, containing many upstream fixes and improvements.
26
26
* The ` [[block]] ` syntax in shaders has been dropped.
27
27
* Renamed ` ProgrammableStage.clamp_depth ` -> ` unclipped_depth ` .
28
28
29
+
29
30
### [ v0.6.0] - 16-12-2021
30
31
31
32
Added:
Original file line number Diff line number Diff line change 8
8
from .base import * # noqa: F401,F403
9
9
from .gui import WgpuCanvasInterface # noqa: F401,F403
10
10
11
- __version__ = "0.6 .0"
11
+ __version__ = "0.7 .0"
12
12
version_info = tuple (map (int , __version__ .split ("." )))
13
13
14
14
You can’t perform that action at this time.
0 commit comments