Skip to content

Commit

Permalink
chore: Release fixes as 0.13.4
Browse files Browse the repository at this point in the history
* **parse:**  Error on empty expressions ([5cffe44](5cffe44), closes [#139](#139))
* **raw:**  Stop swapping the text's order ([bd45c14](bd45c14), closes [#79](#79))
  • Loading branch information
epage committed Dec 27, 2017
1 parent fbcccba commit c83c045
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="0.13.4"></a>
## 0.13.4 (2017-12-27)


#### Bug Fixes

* **parse:** Error on empty expressions ([5cffe44a](https://github.com/cobalt-org/liquid-rust/commit/5cffe44a5fb3821dab8a41b8662596421f387659), closes [#139](https://github.com/cobalt-org/liquid-rust/issues/139))
* **raw:** Stop swapping the text's order ([bd45c14b](https://github.com/cobalt-org/liquid-rust/commit/bd45c14b58e1b22e156b42f3c5629e3a0692e7d4), closes [#79](https://github.com/cobalt-org/liquid-rust/issues/79))



<a name="0.13.3"></a>
## 0.13.3 (2017-12-18)

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.3"
version = "0.13.4"
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 c83c045

Please sign in to comment.