Ready for release

This commit is contained in:
Vincent Prouillet 2024-06-20 22:55:53 +02:00 committed by Vincent Prouillet
parent 4b0d13c0c7
commit 6f585856b4
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Changelog
## 0.19.0 (unreleased)
## 0.19.0 (2024-06-20)
- Updates the pulldown-cmark dependency to v0.11.0. This improves footnote handling, and may also introduce some minor behavior changes such as reducing the amount of unnecessary HTML-escaping of text content.
- Add bottom footnotes with backreference option

2
Cargo.lock generated
View file

@ -5248,7 +5248,7 @@ dependencies = [
[[package]]
name = "zola"
version = "0.18.0"
version = "0.19.0"
dependencies = [
"clap 4.5.7",
"clap_complete",

View file

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