Next version

This commit is contained in:
Vincent Prouillet 2021-07-19 20:05:04 +02:00
parent 3bedb42b0b
commit 9275d932e2
3 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
# Changelog # Changelog
## 0.14.1 (unreleased)
## 0.14.0 (2021-07-19) ## 0.14.0 (2021-07-19)
### Breaking ### Breaking

2
Cargo.lock generated
View file

@ -3259,7 +3259,7 @@ dependencies = [
[[package]] [[package]]
name = "zola" name = "zola"
version = "0.14.0" version = "0.14.1"
dependencies = [ dependencies = [
"atty", "atty",
"chrono", "chrono",

View file

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