From 4e39ae4cc3da73921923c0669e0fc84a66b2f696 Mon Sep 17 00:00:00 2001 From: Ian Ker-Seymer Date: Thu, 17 Sep 2026 13:05:36 -0400 Subject: [PATCH] Bump to 5.14.0 (#2121) Assisted-By: devx/b8d3b9bd-01a3-41b1-90f8-632318b798e4 --- History.md | 4 ++-- lib/liquid/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index 8e0d62f5..95af4940 100644 --- a/History.md +++ b/History.md @@ -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 diff --git a/lib/liquid/version.rb b/lib/liquid/version.rb index 12afb8e0..d05e11fb 100644 --- a/lib/liquid/version.rb +++ b/lib/liquid/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module Liquid - VERSION = "5.13.0" + VERSION = "5.14.0" end