Update changelog, bump version to 0.7.0-pre

pull/357/head
nyanpasu64 2020-04-25 20:26:27 -07:00
rodzic dab13d6139
commit 548b23311e
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -1,8 +1,9 @@
## 0.6.2 (unreleased)
## 0.7.0 (unreleased)
### Major Changes
- Enable chroma subsampling by default (may affect saved projects) (#331)
- Improve FPS by reducing rendering overhead (#335)
## 0.6.1

Wyświetl plik

@ -7,7 +7,7 @@ _package = Path(__file__).parent
# Version prefix
base_version = "0.6.2-pre"
base_version = "0.7.0-pre"
is_dev = "-" in base_version