@@ -1,7 +1,11 @@ | |||||
# Changelog | # Changelog | ||||
## 0.6.1 (unreleased) | |||||
## 0.7.0 (unreleased) | |||||
### Breaking | |||||
- Remove --base-path option, it broke `serve` on Windows and wasn't properly tested | |||||
### Other | |||||
- Strip wrapping whitespaces from shortcodes | - Strip wrapping whitespaces from shortcodes | ||||
- Sort sitemap elements by permalink` | - Sort sitemap elements by permalink` | ||||
@@ -3048,7 +3048,7 @@ dependencies = [ | |||||
[[package]] | [[package]] | ||||
name = "zola" | name = "zola" | ||||
version = "0.6.1" | |||||
version = "0.7.0" | |||||
dependencies = [ | dependencies = [ | ||||
"actix-web 0.7.19 (registry+https://github.com/rust-lang/crates.io-index)", | "actix-web 0.7.19 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
@@ -1,6 +1,6 @@ | |||||
[package] | [package] | ||||
name = "zola" | name = "zola" | ||||
version = "0.6.1" | |||||
version = "0.7.0" | |||||
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"] | authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"] | ||||
license = "MIT" | license = "MIT" | ||||
readme = "README.md" | readme = "README.md" | ||||