From ecb2db52a131510f7858e8ecfbde06d43c2d9bf7 Mon Sep 17 00:00:00 2001 From: Guilherme Carreiro Date: Mon, 24 Feb 2025 12:10:46 +0100 Subject: [PATCH 1/2] Bump version to 5.8.0 --- lib/liquid/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/liquid/version.rb b/lib/liquid/version.rb index 9b339694a..12a44208c 100644 --- a/lib/liquid/version.rb +++ b/lib/liquid/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module Liquid - VERSION = "5.7.3" + VERSION = "5.8.0" end From 7a44488819f5b6794beb83e073a1c68ba586bcf5 Mon Sep 17 00:00:00 2001 From: Guilherme Carreiro Date: Mon, 24 Feb 2025 12:11:05 +0100 Subject: [PATCH 2/2] Fix History.md --- History.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/History.md b/History.md index c03e2d958..92da8ea98 100644 --- a/History.md +++ b/History.md @@ -1,24 +1,30 @@ # Liquid Change Log -## 5.7.3 (unreleased) +## 5.8.1 (unreleased) -* Raise Liquid::SyntaxError when parsing invalidly encoded strings +## 5.8.0 + +* Introduce the new `{% doc %}` tag [Guilherme Carreiro] + +## 5.7.3 + +* Raise Liquid::SyntaxError when parsing invalidly encoded strings [Chris AtLee] ## 5.7.2 2025-01-31 -* Fix array filters to not support nested properties +* Fix array filters to not support nested properties [Guilherme Carreiro] ## 5.7.1 2025-01-24 -* Fix the `find` and `find_index`filters to return `nil` when filtering empty arrays -* Fix the `has` filter to return `false` when filtering empty arrays +* Fix the `find` and `find_index`filters to return `nil` when filtering empty arrays [Guilherme Carreiro] +* Fix the `has` filter to return `false` when filtering empty arrays [Guilherme Carreiro] ## 5.7.0 2025-01-16 ### Features -* Add `find`, `find_index`, `has`, and `reject` filters to arrays -* Compatibility with Ruby 3.4 +* Add `find`, `find_index`, `has`, and `reject` filters to arrays [Guilherme Carreiro] +* Compatibility with Ruby 3.4 [Ian Ker-Seymer] ## 5.6.4 2025-01-14