Skip to content

Commit 742896f

Browse files
committed
chore: Release 0.11
* **syntax:** Add `arr[0]` and `obj["name"]` indexing (PR #141, fixes #127) * **value:** Add nil value to support foreign data (PR #140)
1 parent da06c73 commit 742896f

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.11.0"></a>
2+
## 0.11.0 (2017-11-08)
3+
4+
5+
#### Features
6+
7+
* **syntax:** Add `arr[0]` and `obj["name"]` indexing (PR #141, fixes #127)
8+
* **value:** Add nil value to support foreign data (PR #140, [89f6660d](https://github.com/cobalt-org/liquid-rust/commit/89f6660d61ee3a59d3e29e7ad8fe6b31791b1d6f))
9+
10+
11+
112
<a name="0.10.1"></a>
213
## 0.10.1 (2017-09-24)
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.10.1"
3+
version = "0.11.0"
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)