Update version

This commit is contained in:
Vincent Prouillet 2021-12-07 21:47:10 +01:00
parent 22dcfb963e
commit 46027ecdb7
3 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

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

View File

@ -1,6 +1,6 @@
[package] [package]
name = "zola" name = "zola"
version = "0.15.0" version = "0.15.1"
authors = ["Vincent Prouillet <hello@vincentprouillet.com>"] authors = ["Vincent Prouillet <hello@vincentprouillet.com>"]
edition = "2018" edition = "2018"
license = "MIT" license = "MIT"

View File

@ -1,5 +1,5 @@
name: zola name: zola
version: 0.15.0 version: 0.15.1
summary: A fast static site generator in a single binary with everything built-in. summary: A fast static site generator in a single binary with everything built-in.
description: | description: |
A fast static site generator in a single binary with everything built-in. A fast static site generator in a single binary with everything built-in.
@ -21,7 +21,7 @@ parts:
zola: zola:
source-type: git source-type: git
source: https://github.com/getzola/zola.git source: https://github.com/getzola/zola.git
source-tag: v0.15.0 source-tag: v0.15.1
plugin: rust plugin: rust
rust-channel: stable rust-channel: stable
build-packages: build-packages: