mirror of
https://github.com/getzola/zola
synced 2024-11-10 06:14:19 +00:00
Ready for release
This commit is contained in:
parent
4b0d13c0c7
commit
6f585856b4
3 changed files with 3 additions and 3 deletions
|
@ -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
2
Cargo.lock
generated
|
@ -5248,7 +5248,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "zola"
|
||||
version = "0.18.0"
|
||||
version = "0.19.0"
|
||||
dependencies = [
|
||||
"clap 4.5.7",
|
||||
"clap_complete",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue