chore: Release 0.7.5

Bug Fixes

* **jekyll:**  Remove crash ([7d07b2cc](7d07b2ccb3))
*   Don't dump a flag that isn't meant to be ([c3873e29](c3873e2953))
This commit is contained in:
Ed Page 2017-10-21 21:15:11 -06:00
parent fb268d3cda
commit 193253374c
3 changed files with 13 additions and 2 deletions

View file

@ -1,3 +1,14 @@
<a name="0.7.5"></a>
## 0.7.5 (2017-10-22)
#### Bug Fixes
* **jekyll:** Remove crash ([7d07b2cc](https://github.com/cobalt-org/cobalt.rs/commit/7d07b2ccb3c91fd41630adf5c9f664c1bc59262e))
* Don't dump a flag that isn't meant to be ([c3873e29](https://github.com/cobalt-org/cobalt.rs/commit/c3873e295342086f60b513fa893a5556f4f7987b))
<a name="0.7.4"></a>
## 0.7.4 (2017-10-21)

2
Cargo.lock generated
View file

@ -1,6 +1,6 @@
[root]
name = "cobalt-bin"
version = "0.7.4"
version = "0.7.5"
dependencies = [
"assert_cli 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -1,7 +1,7 @@
[package]
name = "cobalt-bin"
version = "0.7.4"
version = "0.7.5"
authors = ["Benny Klotz <r3qnbenni@gmail.com>", "Johann Hofmann <mail@johann-hofmann.com>"]
description = "Static site generator written in Rust"
repository = "https://github.com/cobalt-org/cobalt.rs"