Skip to content

Commit 248f3a4

Browse files
committed
Bump to 5.10.0
1 parent a16ec56 commit 248f3a4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

History.md

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

3+
## 5.10.0
4+
* Introduce support for Inline Snippets [Julia Boutin]
5+
```
6+
{%- snippet snowdevil -%}
7+
Snowdevil
8+
{%- endsnippet -%}
9+
{% render snowdevil %}
10+
```
11+
312
## 5.9.0
413
* Introduce `:rigid` error mode for stricter, safer parsing of all tags [CP Clermont, Guilherme Carreiro]
514

lib/liquid/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# frozen_string_literal: true
33

44
module Liquid
5-
VERSION = "5.9.0"
5+
VERSION = "5.10.0"
66
end

0 commit comments

Comments
 (0)