From 46027ecdb74d9f790c2127f842bd55a84c02ade1 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Tue, 7 Dec 2021 21:47:10 +0100 Subject: [PATCH] Update version --- Cargo.lock | 2 +- Cargo.toml | 2 +- snapcraft.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f126700f..2dc0ed2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3575,7 +3575,7 @@ dependencies = [ [[package]] name = "zola" -version = "0.15.0" +version = "0.15.1" dependencies = [ "atty", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 8175ddda..9cd71d70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zola" -version = "0.15.0" +version = "0.15.1" authors = ["Vincent Prouillet "] edition = "2018" license = "MIT" diff --git a/snapcraft.yaml b/snapcraft.yaml index 5d849da9..9e999b66 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: zola -version: 0.15.0 +version: 0.15.1 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.0 + source-tag: v0.15.1 plugin: rust rust-channel: stable build-packages: