Skip to content

Commit c83c045

Browse files
committed
chore: Release fixes as 0.13.4
* **parse:** Error on empty expressions ([5cffe44](5cffe44), closes [#139](#139)) * **raw:** Stop swapping the text's order ([bd45c14](bd45c14), closes [#79](#79))
1 parent fbcccba commit c83c045

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="0.13.4"></a>
2+
## 0.13.4 (2017-12-27)
3+
4+
5+
#### Bug Fixes
6+
7+
* **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))
8+
* **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))
9+
10+
11+
112
<a name="0.13.3"></a>
213
## 0.13.3 (2017-12-18)
314

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