From a7eb33fa39ef63f39179089b9bb9b10781ef7f3e Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Tue, 1 Mar 2022 16:18:49 +0100 Subject: [PATCH] Release 5.2.0 --- History.md | 4 +++- lib/liquid/version.rb | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index e52cac6a..f7337788 100644 --- a/History.md +++ b/History.md @@ -1,14 +1,16 @@ # Liquid Change Log -## 5.2.0 (unreleased) +## 5.2.0 2021-03-01 ### Features * Add `remove_last`, and `replace_last` filters (#1422) [Anders Hagbard] +* Eagerly cache global filters (#1524) [Jean Boussier] ### Fixes * Fix some internal errors in filters from invalid input (#1476) [Dylan Thacker-Smith] * Allow dash in filter kwarg name for consistency with Liquid::C (#1518) [CP Clermont] + ## 5.1.0 / 2021-09-09 ### Features diff --git a/lib/liquid/version.rb b/lib/liquid/version.rb index 93388f2f..6ab7b553 100644 --- a/lib/liquid/version.rb +++ b/lib/liquid/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module Liquid - VERSION = "5.1.0" + VERSION = "5.2.0" end