diff --git a/CHANGELOG.md b/CHANGELOG.md index c9cf9a5..9bad27c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ # 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 - Sort sitemap elements by permalink` diff --git a/Cargo.lock b/Cargo.lock index 57ff23b..48dcf04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3048,7 +3048,7 @@ dependencies = [ [[package]] name = "zola" -version = "0.6.1" +version = "0.7.0" dependencies = [ "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)", diff --git a/Cargo.toml b/Cargo.toml index 97edc3d..3dcde6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zola" -version = "0.6.1" +version = "0.7.0" authors = ["Vincent Prouillet "] license = "MIT" readme = "README.md"