From 36ba3b2b6463801f4cc270b13bef41d16359ca4c Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 18 Dec 2017 10:12:55 -0700 Subject: [PATCH] Release 0.13.2 Features * **api:** Add missing traits ([e0f82705](https://github.com/cobalt-org/liquid-rust/commit/e0f82705e25e7ff40d246749e7d8b0da04637813)) Bug Fixes * **nil:** Equality logic missed a case ([111d10a6](https://github.com/cobalt-org/liquid-rust/commit/111d10a695eaf8d906c77569aac627042d52f8eb)) --- CHANGELOG.md | 14 ++++++++++++++ Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af37f6979..f489e9c02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ + +## 0.13.2 (2017-12-18) + + +#### Features + +* **api:** Add missing traits ([e0f82705](https://github.com/cobalt-org/liquid-rust/commit/e0f82705e25e7ff40d246749e7d8b0da04637813)) + +#### Bug Fixes + +* **nil:** Equality logic missed a case ([111d10a6](https://github.com/cobalt-org/liquid-rust/commit/111d10a695eaf8d906c77569aac627042d52f8eb)) + + + ## 0.13.1 (2017-12-17) diff --git a/Cargo.toml b/Cargo.toml index b75d9b2e1..c9d22fb98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "liquid" -version = "0.13.0" +version = "0.13.2" authors = ["Johann Hofmann "] description = "The liquid templating language for Rust" repository = "https://github.com/cobalt-org/liquid-rust"