Next version

This commit is contained in:
Vincent Prouillet 2020-09-04 23:44:30 +02:00
parent d04a52d096
commit bff0193df7
3 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
# Changelog # Changelog
## 0.13.0 (unreleased)
## 0.12.0 (2020-09-04) ## 0.12.0 (2020-09-04)
### Breaking ### Breaking

2
Cargo.lock generated
View file

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

View file

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