From 693ee37a4f80e2b753471ff1b0a12ccad42c50b4 Mon Sep 17 00:00:00 2001 From: Jason Garber Date: Fri, 11 Feb 2011 09:10:58 -0600 Subject: [PATCH] Version bump. --- CHANGELOG | 7 +++++++ lib/redcloth/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 38b7ae09..c02d2191 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +== 4.2.7 / Febrary 10, 2011 + +* Fixed typo in gemspec to make case-sensitive require work. [Gabe da Silveira] +* Tested installing the gem and requiring it with both cases on Ubuntu 8.04, 10.10 and OS X Version 10.6.6. +* Have spaces around the en-dash in LaTeX [Benjamin Quorning] +* Turned double-quote close to smart quotes in LaTeX [Jonathan D. Blake] + === 4.2.6 / February 9, 2011 * Add case-sensitive require back into the gemspec. diff --git a/lib/redcloth/version.rb b/lib/redcloth/version.rb index 056ce414..d5a81235 100644 --- a/lib/redcloth/version.rb +++ b/lib/redcloth/version.rb @@ -2,7 +2,7 @@ module RedCloth module VERSION MAJOR = 4 MINOR = 2 - TINY = 6 + TINY = 7 RELEASE_CANDIDATE = nil STRING = [MAJOR, MINOR, TINY, RELEASE_CANDIDATE].compact.join('.')