Start work on 0.7.1

This commit is contained in:
Vincent Prouillet 2019-04-29 09:50:23 +02:00
parent fb6f9295e3
commit 7a7241e793
3 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,7 @@
# Changelog # Changelog
## 0.7.1 (unreleased)
## 0.7.0 (2019-04-28) ## 0.7.0 (2019-04-28)
### Breaking ### Breaking

2
Cargo.lock generated
View file

@ -3042,7 +3042,7 @@ dependencies = [
[[package]] [[package]]
name = "zola" name = "zola"
version = "0.7.0" version = "0.7.1"
dependencies = [ dependencies = [
"actix-web 0.7.19 (registry+https://github.com/rust-lang/crates.io-index)", "actix-web 0.7.19 (registry+https://github.com/rust-lang/crates.io-index)",
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "zola" name = "zola"
version = "0.7.0" version = "0.7.1"
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"] authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
license = "MIT" license = "MIT"
readme = "README.md" readme = "README.md"