From 8e40720acaff065dd9bb64ed8e51c3d1f794e12e Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Tue, 24 Aug 2021 09:14:18 +0200 Subject: [PATCH] Next --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae72273a..133382d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.15.0 + + ## 0.14.1 (2021-08-24) - HTML minification now respects HTML spec (it still worked before because browsers can handle invalid HTML well and minifiers take advantage of it) diff --git a/Cargo.lock b/Cargo.lock index 30af561f..5148e9d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3423,7 +3423,7 @@ dependencies = [ [[package]] name = "zola" -version = "0.14.1" +version = "0.15.0" dependencies = [ "atty", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 33837707..02235212 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zola" -version = "0.14.1" +version = "0.15.0" authors = ["Vincent Prouillet "] edition = "2018" license = "MIT"