From f7d1e1d0c1336a9c51d652f07e0187b429e154e4 Mon Sep 17 00:00:00 2001 From: Dylan Smith Date: Tue, 5 Mar 2013 16:46:15 -0500 Subject: [PATCH] Release 2.5.0 --- History.md | 8 ++++++++ liquid.gemspec | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index e19fef9..09a4eae 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,13 @@ # Liquid Version History +## 2.5.0 / 2013-03-06 + +* Prevent Object methods from being called on drops +* Avoid symbol injection from liquid +* Added break and continue statements +* Fix filter parser for args without space separators +* Add support for filter keyword arguments + ## 2.4.0 / 2012-08-03 * Performance improvements diff --git a/liquid.gemspec b/liquid.gemspec index 91d4b94..29ac4ea 100644 --- a/liquid.gemspec +++ b/liquid.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = "liquid" - s.version = "2.4.1" + s.version = "2.5.0" s.platform = Gem::Platform::RUBY s.summary = "A secure, non-evaling end user template engine with aesthetic markup." s.authors = ["Tobias Luetke"]