mirror of
https://github.com/cobalt-org/cobalt.rs
synced 2024-11-14 16:07:22 +00:00
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:
parent
fb268d3cda
commit
193253374c
3 changed files with 13 additions and 2 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -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
2
Cargo.lock
generated
|
@ -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)",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue