From 1ed1fdbee7e580375367e5df00f57af86f116842 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Fri, 10 Dec 2021 22:04:20 +0100 Subject: [PATCH] Ready for 0.15.2 --- CHANGELOG.md | 4 +++- Cargo.lock | 2 +- Cargo.toml | 2 +- snapcraft.yaml | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6d43793..da306084 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog -## 0.15.2 (unreleased) +## 0.15.2 (2021-12-10) + +- Fix HTML shortcodes ## 0.15.1 (2021-12-08) diff --git a/Cargo.lock b/Cargo.lock index 2dc0ed2a..8ac6dfc2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3575,7 +3575,7 @@ dependencies = [ [[package]] name = "zola" -version = "0.15.1" +version = "0.15.2" dependencies = [ "atty", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 9cd71d70..47a5d0ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zola" -version = "0.15.1" +version = "0.15.2" authors = ["Vincent Prouillet "] edition = "2018" license = "MIT" diff --git a/snapcraft.yaml b/snapcraft.yaml index 9e999b66..5bf46049 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -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.