Skip to content

Commit

Permalink
Release 0.13.2
Browse files Browse the repository at this point in the history
Features

* **api:**  Add missing traits ([e0f8270](e0f8270))

Bug Fixes

* **nil:**  Equality logic missed a case ([111d10a](111d10a))
  • Loading branch information
epage committed Dec 18, 2017
1 parent a8d6d07 commit 36ba3b2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="0.13.2"></a>
## 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))



<a name="0.13.1"></a>
## 0.13.1 (2017-12-17)

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.0"
version = "0.13.2"
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 36ba3b2

Please sign in to comment.