From 53b6db48e3896509a238bd383c23a37a4553594b Mon Sep 17 00:00:00 2001 From: Florian Weingarten Date: Wed, 9 Oct 2013 16:45:32 -0400 Subject: [PATCH] History and gemspec --- History.md | 10 +++++----- liquid.gemspec | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/History.md b/History.md index 3439c5c..6184576 100644 --- a/History.md +++ b/History.md @@ -1,14 +1,14 @@ # Liquid Version History -## 2.5.3 +## 2.5.3 / branch "2.5-stable" -* #232, #234, #237: Fix Map filter bugs [Florian Weingarten, fw42] +* #232, #234, #237: Fix map filter bugs [Florian Weingarten, fw42] -## 2.5.2 +## 2.5.2 / 2013-09-03 / deleted -#### Yanked from rubygems, as it contained too much changes, those changes will be on major releases +Yanked from rubygems, as it contained too many changes that broke compatibility. Those changes will be on following major releases. -## 2.5.1 +## 2.5.1 / 2013-07-24 * #230: Fix security issue with map filter, Use invoke_drop in map filter [Florian Weingarten, fw42] diff --git a/liquid.gemspec b/liquid.gemspec index 8dd992f..c092f1d 100644 --- a/liquid.gemspec +++ b/liquid.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = "liquid" - s.version = "2.5.1" + s.version = "2.5.3" s.platform = Gem::Platform::RUBY s.summary = "A secure, non-evaling end user template engine with aesthetic markup." s.authors = ["Tobias Luetke"]