From 502dd92cc6336028c2c9f26be27bd56862f94709 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Sun, 23 Jan 2022 14:38:08 +0100 Subject: [PATCH] Next version --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- Cargo.toml | 2 +- snapcraft.yaml | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71d375a7ff..c265733f6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.16.0 (unreleased) + + ## 0.15.3 (2022-01-23) - Fix shortcodes not being rendered in code blocks diff --git a/Cargo.lock b/Cargo.lock index f595977aef..563757100d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3586,7 +3586,7 @@ dependencies = [ [[package]] name = "zola" -version = "0.15.3" +version = "0.16.0" dependencies = [ "atty", "chrono", diff --git a/Cargo.toml b/Cargo.toml index de0d6e07ed..ef2048d5eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zola" -version = "0.15.3" +version = "0.16.0" authors = ["Vincent Prouillet "] edition = "2018" license = "MIT" diff --git a/snapcraft.yaml b/snapcraft.yaml index 52ca3a995f..a59ba432ec 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: zola -version: 0.15.3 +version: 0.16.0 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. @@ -21,7 +21,7 @@ parts: zola: source-type: git source: https://github.com/getzola/zola.git - source-tag: v0.15.3 + source-tag: v0.16.0 plugin: rust rust-channel: stable build-packages: