mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 02:10:41 -07:00
Bump to 5.14.0 (#2121)
Assisted-By: devx/b8d3b9bd-01a3-41b1-90f8-632318b798e4
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Liquid
|
||||
VERSION = "5.13.0"
|
||||
VERSION = "5.14.0"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user