Condition#evaluate to receive mandatory context argument

This commit is contained in:
Thierry Joyal
2022-03-02 14:35:31 -05:00
parent fbdab19358
commit 1d2bee1f60
4 changed files with 40 additions and 17 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
# frozen_string_literal: true
module Liquid
VERSION = "5.2.0"
VERSION = "5.3.0.alpha"
end