Skip to content

Commit

Permalink
chore: Release 0.13.7
Browse files Browse the repository at this point in the history
Features

*   Implement `contains` operator ([a0d2720](a0d2720), closes [#155](#155))
  • Loading branch information
epage committed Jan 10, 2018
1 parent 14dea6a commit 090fbf4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="0.13.7"></a>
## 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))



<a name="0.13.6"></a>
## 0.13.6 (2017-12-29)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "liquid"
version = "0.13.6"
version = "0.13.7"
authors = ["Johann Hofmann <mail@johann-hofmann.com>"]
description = "The liquid templating language for Rust"
repository = "https://github.com/cobalt-org/liquid-rust"
Expand Down

0 comments on commit 090fbf4

Please sign in to comment.