Skip to content

Commit 1ed1fdb

Browse files
committed
Ready for 0.15.2
1 parent 501cf95 commit 1ed1fdb

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

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

3-
## 0.15.2 (unreleased)
3+
## 0.15.2 (2021-12-10)
4+
5+
- Fix HTML shortcodes
46

57
## 0.15.1 (2021-12-08)
68

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.1"
3+
version = "0.15.2"
44
authors = ["Vincent Prouillet <[email protected]>"]
55
edition = "2018"
66
license = "MIT"

snapcraft.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: zola
2-
version: 0.15.1
2+
version: 0.15.2
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.

0 commit comments

Comments
 (0)