Skip to content

Commit 13f0bc8

Browse files
committed
0.8.4
1 parent b43c9a4 commit 13f0bc8

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 0.8.4
4+
5+
- feat: add 'each' filter in wild mode
6+
37
## 0.8.3 (housekeeping)
48

59
- dep: bump up dependencies

liquid/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
patch_jinja()
66

7-
__version__ = "0.8.3"
7+
__version__ = "0.8.4"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
44

55
[tool.poetry]
66
name = "liquidpy"
7-
version = "0.8.3"
7+
version = "0.8.4"
88
description = "A port of liquid template engine for python"
99
authors = [ "pwwang <pwwang@pwwang.com>",]
1010
license = "MIT"

0 commit comments

Comments
 (0)