mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
Bump to 5.10.0
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# Liquid Change Log
|
||||
|
||||
## 5.10.0
|
||||
* Introduce support for Inline Snippets [Julia Boutin]
|
||||
```
|
||||
{%- snippet snowdevil -%}
|
||||
Snowdevil
|
||||
{%- endsnippet -%}
|
||||
{% render snowdevil %}
|
||||
```
|
||||
|
||||
## 5.9.0
|
||||
* Introduce `:rigid` error mode for stricter, safer parsing of all tags [CP Clermont, Guilherme Carreiro]
|
||||
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Liquid
|
||||
VERSION = "5.9.0"
|
||||
VERSION = "5.10.0"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user