Update changelog

This commit is contained in:
Vincent Prouillet 2023-08-04 23:03:08 +02:00 committed by Vincent Prouillet
parent 208c506ec3
commit cf99b5a95f
3 changed files with 13 additions and 2 deletions

View file

@ -2,6 +2,17 @@
## 0.18.0 (unreleased)
- Fix LFI in `zola serve`
- Do not panic when root directory or config file not found
- Fix base_url link attributes in atom templates
- Use all authors for atom templates
- Always sort page/section assets by filename
- Allow setting attributes to lazy load all images from Config.toml
- Fix HTML generated in class based highlighting with line numbers
- Add a `replace_re` filter
- Speed up `zola check`
- Add search.index_format into the serialized config in the templates
## 0.17.2 (2023-03-19)
- Fix one more invalid error with colocated directories

2
Cargo.lock generated
View file

@ -4362,7 +4362,7 @@ dependencies = [
[[package]]
name = "zola"
version = "0.17.2"
version = "0.18.0"
dependencies = [
"clap 4.1.8",
"clap_complete",

View file

@ -1,6 +1,6 @@
[package]
name = "zola"
version = "0.17.2"
version = "0.18.0"
authors = ["Vincent Prouillet <hello@vincentprouillet.com>"]
edition = "2018"
license = "MIT"