Skip to content

Commit 1aa21e0

Browse files
committedAug 15, 2024·
Get ready for release
1 parent 59d7074 commit 1aa21e0

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed
 

‎CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Changelog
22

3-
## 0.20.0 (unreleased)
3+
## 0.19.2 (2024-08-15)
44

55
- Fix some of YAML date parsing
66
- Fix feed generation for languages not working in some cases (it was taking the value from the root of the config for
77
feed_filenames)
88
- Ignore `.bck` files in `zola serve`
9+
- Fix change monitoring on Windows
10+
- Allow disabling sitemap.xml and robots.txt generation
11+
- Fix shortcodes in inline HTML
12+
- Ignore code blocks in word count
913

1014
## 0.19.1 (2024-06-24)
1115

‎Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zola"
3-
version = "0.19.1"
3+
version = "0.19.2"
44
authors = ["Vincent Prouillet <hello@vincentprouillet.com>"]
55
edition = "2021"
66
license = "MIT"

‎snapcraft.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ parts:
2121
zola:
2222
source-type: git
2323
source: https://github.com/getzola/zola.git
24-
source-tag: v0.19.1
24+
source-tag: v0.19.2
2525
plugin: rust
2626
rust-channel: stable
2727
build-packages:

0 commit comments

Comments
 (0)
Please sign in to comment.