Bump to 5.14.0 (#2121)

Assisted-By: devx/b8d3b9bd-01a3-41b1-90f8-632318b798e4
This commit is contained in:
Ian Ker-Seymer
2026-09-17 13:05:36 -04:00
committed by GitHub
parent 4e5198ba69
commit 4e39ae4cc3
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
# Liquid Change Log
## Unreleased
## 5.14.0
* Avoid materializing integer ranges in `for` and `tablerow` loops, and account for each visited range item.
* Avoid materializing integer ranges in `for` and `tablerow` loops, and account for each visited range item [Ian Ker-Seymer]
## 5.13.0
+1 -1
View File
@@ -2,5 +2,5 @@
# frozen_string_literal: true
module Liquid
VERSION = "5.13.0"
VERSION = "5.14.0"
end