Skip to content

Commit 36ba3b2

Browse files
committed
Release 0.13.2
Features * **api:** Add missing traits ([e0f8270](e0f8270)) Bug Fixes * **nil:** Equality logic missed a case ([111d10a](111d10a))
1 parent a8d6d07 commit 36ba3b2

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a name="0.13.2"></a>
2+
## 0.13.2 (2017-12-18)
3+
4+
5+
#### Features
6+
7+
* **api:** Add missing traits ([e0f82705](https://github.com/cobalt-org/liquid-rust/commit/e0f82705e25e7ff40d246749e7d8b0da04637813))
8+
9+
#### Bug Fixes
10+
11+
* **nil:** Equality logic missed a case ([111d10a6](https://github.com/cobalt-org/liquid-rust/commit/111d10a695eaf8d906c77569aac627042d52f8eb))
12+
13+
14+
115
<a name="0.13.1"></a>
216
## 0.13.1 (2017-12-17)
317

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.0"
3+
version = "0.13.2"
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)