Skip to content

Commit 451a7bd

Browse files
committed
bump version
1 parent 5bdd32c commit 451a7bd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

2323
Changed:
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

3132
Added:

wgpu/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from .base import * # noqa: F401,F403
99
from .gui import WgpuCanvasInterface # noqa: F401,F403
1010

11-
__version__ = "0.6.0"
11+
__version__ = "0.7.0"
1212
version_info = tuple(map(int, __version__.split(".")))
1313

1414

0 commit comments

Comments
 (0)