chore: Release 0.15.1

This commit is contained in:
Ed Page 2019-01-23 18:41:46 -07:00
parent a31bd7c727
commit 2e5048bc85
2 changed files with 15 additions and 1 deletions

View file

@ -1,3 +1,17 @@
<a name="0.15.1"></a>
## 0.15.1 (2019-01-24)
#### Features
* **publish:** Auto-prepend date ([95839ac5](https://github.com/cobalt-org/cobalt.rs/commit/95839ac51bfae82a7124b92d774de38088d500ca), closes [#562](https://github.com/cobalt-org/cobalt.rs/issues/562))
#### Bug Fixes
* **liquid:** Raw/comment improved ([fe795248](https://github.com/cobalt-org/cobalt.rs/commit/fe795248baad055f0f20640f82967c84ba2fd8d9))
<a name="0.15.0"></a>
## 0.15.0 (2018-12-28)

View file

@ -1,6 +1,6 @@
[package]
name = "cobalt-bin"
version = "0.15.0"
version = "0.15.1"
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"