Next version

This commit is contained in:
Vincent Prouillet 2020-09-28 09:50:16 +02:00
parent fce3e4b8a0
commit 5233cc9585
3 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,7 @@
# Changelog
## 0.13.0 (unreleased)
## 0.12.2 (2020-09-28)
- Fix `zola serve` being broken on reload

2
Cargo.lock generated
View file

@ -2995,7 +2995,7 @@ dependencies = [
[[package]]
name = "zola"
version = "0.12.2"
version = "0.13.0"
dependencies = [
"atty",
"chrono",

View file

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