Ready for 0.15.2

This commit is contained in:
Vincent Prouillet 2021-12-10 22:04:20 +01:00
parent 501cf9597c
commit 1ed1fdbee7
4 changed files with 6 additions and 4 deletions

View file

@ -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
View file

@ -3575,7 +3575,7 @@ dependencies = [
[[package]]
name = "zola"
version = "0.15.1"
version = "0.15.2"
dependencies = [
"atty",
"chrono",

View file

@ -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"

View file

@ -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.