Skip to content

Commit 090fbf4

Browse files
committed
chore: Release 0.13.7
Features * Implement `contains` operator ([a0d2720](a0d2720), closes [#155](#155))
1 parent 14dea6a commit 090fbf4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="0.13.7"></a>
2+
## 0.13.7 (2018-01-10)
3+
4+
5+
#### Features
6+
7+
* Implement `contains` operator ([a0d27205](https://github.com/cobalt-org/liquid-rust/commit/a0d2720570d13d489d7d929452c41334a9d019eb), closes [#155](https://github.com/cobalt-org/liquid-rust/issues/155))
8+
9+
10+
111
<a name="0.13.6"></a>
212
## 0.13.6 (2017-12-29)
313

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "liquid"
3-
version = "0.13.6"
3+
version = "0.13.7"
44
authors = ["Johann Hofmann <[email protected]>"]
55
description = "The liquid templating language for Rust"
66
repository = "https://github.com/cobalt-org/liquid-rust"

0 commit comments

Comments
 (0)