From 0d9353591bc797b3da0f37093cc9d3f3fe2a0762 Mon Sep 17 00:00:00 2001 From: Arthur Neves Date: Thu, 6 Jun 2013 14:17:12 -0400 Subject: [PATCH] bump master version to 2.6.0 Bumping master version to 2.6.0 Adding 2.6.0 changes to history --- History.md | 8 ++++++++ lib/liquid/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 09a4eae..6dbfe45 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,13 @@ # Liquid Version History +## 2.6.0 / Master branch + +* Add reverse filter +* Add utf-8 support +* Cache for partials +* Avoid warnings in Ruby 1.9.3 +* Use of BigDecimal on filters to have better precision + ## 2.5.0 / 2013-03-06 * Prevent Object methods from being called on drops diff --git a/lib/liquid/version.rb b/lib/liquid/version.rb index d251519..ee4d213 100644 --- a/lib/liquid/version.rb +++ b/lib/liquid/version.rb @@ -1,4 +1,4 @@ # encoding: utf-8 module Liquid - VERSION = "2.5.0" + VERSION = "2.6.0" end