diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ac01157..b446f55c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,15 @@ # Changelog -## 0.20.0 (unreleased) +## 0.19.2 (2024-08-15) - Fix some of YAML date parsing - Fix feed generation for languages not working in some cases (it was taking the value from the root of the config for feed_filenames) - Ignore `.bck` files in `zola serve` +- Fix change monitoring on Windows +- Allow disabling sitemap.xml and robots.txt generation +- Fix shortcodes in inline HTML +- Ignore code blocks in word count ## 0.19.1 (2024-06-24) diff --git a/Cargo.lock b/Cargo.lock index 99323543..402de699 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5248,7 +5248,7 @@ dependencies = [ [[package]] name = "zola" -version = "0.19.1" +version = "0.19.2" dependencies = [ "clap 4.5.7", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index 15084d1a..20af0f84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zola" -version = "0.19.1" +version = "0.19.2" authors = ["Vincent Prouillet "] edition = "2021" license = "MIT" diff --git a/snapcraft.yaml b/snapcraft.yaml index 5192aa1f..3d4ea59c 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -21,7 +21,7 @@ parts: zola: source-type: git source: https://github.com/getzola/zola.git - source-tag: v0.19.1 + source-tag: v0.19.2 plugin: rust rust-channel: stable build-packages: