mirror of
https://github.com/getzola/zola
synced 2024-12-13 13:52:28 +00:00
Ready for 0.15.2
This commit is contained in:
parent
501cf9597c
commit
1ed1fdbee7
4 changed files with 6 additions and 4 deletions
|
@ -1,6 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
## 0.15.2 (unreleased)
|
||||
## 0.15.2 (2021-12-10)
|
||||
|
||||
- Fix HTML shortcodes
|
||||
|
||||
## 0.15.1 (2021-12-08)
|
||||
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -3575,7 +3575,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "zola"
|
||||
version = "0.15.1"
|
||||
version = "0.15.2"
|
||||
dependencies = [
|
||||
"atty",
|
||||
"chrono",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "zola"
|
||||
version = "0.15.1"
|
||||
version = "0.15.2"
|
||||
authors = ["Vincent Prouillet <hello@vincentprouillet.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: zola
|
||||
version: 0.15.1
|
||||
version: 0.15.2
|
||||
summary: A fast static site generator in a single binary with everything built-in.
|
||||
description: |
|
||||
A fast static site generator in a single binary with everything built-in.
|
||||
|
|
Loading…
Reference in a new issue