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:
1818* Security: in case of vulnerabilities.
1919
2020
21- ### [ v0.7.0] - TBD
21+ ### [ v0.7.0] - 21-12-2021
2222
2323Changed:
2424
2525* Now targeting wgpu-native v0.11.0.1, containing many upstream fixes and improvements.
2626* The ` [[block]] ` syntax in shaders has been dropped.
2727* Renamed ` ProgrammableStage.clamp_depth ` -> ` unclipped_depth ` .
2828
29+
2930### [ v0.6.0] - 16-12-2021
3031
3132Added:
Original file line number Diff line number Diff line change 88from .base import * # noqa: F401,F403
99from .gui import WgpuCanvasInterface # noqa: F401,F403
1010
11- __version__ = "0.6 .0"
11+ __version__ = "0.7 .0"
1212version_info = tuple (map (int , __version__ .split ("." )))
1313
1414
You can’t perform that action at this time.
0 commit comments