mirror of
https://github.com/cobalt-org/cobalt.rs
synced 2024-11-14 16:07:22 +00:00
chore: Release 0.15.1
This commit is contained in:
parent
a31bd7c727
commit
2e5048bc85
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -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)
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue