Bump to 5.10.0

This commit is contained in:
Guilherme Carreiro
2025-10-30 12:28:52 +01:00
committed by Guilherme Carreiro
parent a16ec56a40
commit 248f3a412f
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -1,5 +1,14 @@
# Liquid Change Log # Liquid Change Log
## 5.10.0
* Introduce support for Inline Snippets [Julia Boutin]
```
{%- snippet snowdevil -%}
Snowdevil
{%- endsnippet -%}
{% render snowdevil %}
```
## 5.9.0 ## 5.9.0
* Introduce `:rigid` error mode for stricter, safer parsing of all tags [CP Clermont, Guilherme Carreiro] * Introduce `:rigid` error mode for stricter, safer parsing of all tags [CP Clermont, Guilherme Carreiro]
+1 -1
View File
@@ -2,5 +2,5 @@
# frozen_string_literal: true # frozen_string_literal: true
module Liquid module Liquid
VERSION = "5.9.0" VERSION = "5.10.0"
end end