mirror of
https://github.com/cobalt-org/cobalt.rs
synced 2024-11-14 16:07:22 +00:00
chore: Release 0.11.1
Features * **liquid:** Support contains operator ([668f4726
](668f47260d
))
This commit is contained in:
parent
31fe3a787f
commit
2392978480
3 changed files with 12 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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
2
Cargo.lock
generated
|
@ -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)",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue