Next version

This commit is contained in:
Vincent Prouillet 2022-01-23 14:38:08 +01:00
parent 90bddf0ef5
commit 502dd92cc6
4 changed files with 7 additions and 4 deletions

View file

@ -1,5 +1,8 @@
# Changelog
## 0.16.0 (unreleased)
## 0.15.3 (2022-01-23)
- Fix shortcodes not being rendered in code blocks

2
Cargo.lock generated
View file

@ -3586,7 +3586,7 @@ dependencies = [
[[package]]
name = "zola"
version = "0.15.3"
version = "0.16.0"
dependencies = [
"atty",
"chrono",

View file

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

View file

@ -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: