Skip to content

Commit 6238b36

Browse files
committed
Next version
1 parent 96db523 commit 6238b36

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.16.0 (unreleased)
4+
5+
36
## 0.15.3 (2022-01-23)
47

58
- Fix shortcodes not being rendered in code blocks

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zola"
3-
version = "0.15.3"
3+
version = "0.16.0"
44
authors = ["Vincent Prouillet <[email protected]>"]
55
edition = "2018"
66
license = "MIT"

snapcraft.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: zola
2-
version: 0.15.3
2+
version: 0.16.0
33
summary: A fast static site generator in a single binary with everything built-in.
44
description: |
55
A fast static site generator in a single binary with everything built-in.
@@ -21,7 +21,7 @@ parts:
2121
zola:
2222
source-type: git
2323
source: https://github.com/getzola/zola.git
24-
source-tag: v0.15.3
24+
source-tag: v0.16.0
2525
plugin: rust
2626
rust-channel: stable
2727
build-packages:

0 commit comments

Comments
 (0)