From 090fbf4f86a8dfd25b37f5448b85ee3b2de96cb0 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 9 Jan 2018 18:21:46 -0700 Subject: [PATCH] chore: Release 0.13.7 Features * Implement `contains` operator ([a0d27205](https://github.com/cobalt-org/liquid-rust/commit/a0d2720570d13d489d7d929452c41334a9d019eb), closes [#155](https://github.com/cobalt-org/liquid-rust/issues/155)) --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cea2e7934..460533cb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## 0.13.7 (2018-01-10) + + +#### Features + +* Implement `contains` operator ([a0d27205](https://github.com/cobalt-org/liquid-rust/commit/a0d2720570d13d489d7d929452c41334a9d019eb), closes [#155](https://github.com/cobalt-org/liquid-rust/issues/155)) + + + ## 0.13.6 (2017-12-29) diff --git a/Cargo.toml b/Cargo.toml index 785ef2cb7..1ec59ef6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "liquid" -version = "0.13.6" +version = "0.13.7" authors = ["Johann Hofmann "] description = "The liquid templating language for Rust" repository = "https://github.com/cobalt-org/liquid-rust"