From 6f585856b4af248846650979895eca948fbd308f Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Thu, 20 Jun 2024 22:55:53 +0200 Subject: [PATCH] Ready for release --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b786ff35..531bad8c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 615e5de76..241ac5b68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5248,7 +5248,7 @@ dependencies = [ [[package]] name = "zola" -version = "0.18.0" +version = "0.19.0" dependencies = [ "clap 4.5.7", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index 722dbe5a9..5316f0280 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zola" -version = "0.18.0" +version = "0.19.0" authors = ["Vincent Prouillet "] edition = "2021" license = "MIT"