Start 0.10.1

This commit is contained in:
Vincent Prouillet 2020-02-17 20:05:37 +01:00
parent ad8a0a2025
commit abe056b809
3 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,7 @@
# Changelog # Changelog
## 0.10.1 (unreleased)
## 0.10.0 (2020-02-17) ## 0.10.0 (2020-02-17)
### Breaking ### Breaking

2
Cargo.lock generated
View file

@ -2732,7 +2732,7 @@ dependencies = [
[[package]] [[package]]
name = "zola" name = "zola"
version = "0.10.0" version = "0.10.1"
dependencies = [ dependencies = [
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",

View file

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