chore: Release 0.11.1

Features

* **liquid:**  Support contains operator ([668f4726](668f47260d))
This commit is contained in:
Ed Page 2018-01-09 19:24:37 -07:00
parent 31fe3a787f
commit 2392978480
3 changed files with 12 additions and 2 deletions

View file

@ -1,3 +1,13 @@
<a name="0.11.1"></a>
## 0.11.1 (2018-01-10)
#### Features
* **liquid:** Support contains operator ([668f4726](https://github.com/cobalt-org/cobalt.rs/commit/668f47260d1e7db7666a77d8c100997da2531dee))
<a name="0.11.0"></a>
## 0.11.0 (2018-01-09)

2
Cargo.lock generated
View file

@ -213,7 +213,7 @@ dependencies = [
[[package]]
name = "cobalt-bin"
version = "0.11.0"
version = "0.11.1"
dependencies = [
"assert_cli 0.5.4 (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.11.0"
version = "0.11.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"