From 5840224e341cd29b46c0c4268d95b282ce0f638d Mon Sep 17 00:00:00 2001 From: Ben Langfeld Date: Wed, 28 Sep 2011 11:54:44 +0100 Subject: [PATCH] Bump version and update changelog --- CHANGELOG | 3 +++ lib/blather/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index bd04a09d..05c22817 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +v0.5.7 + Bugfix(benlangfeld): Don't install BlueCloth as a development dependency when on JRuby + v0.5.6 Changes from 0.5.5, this time without a bug when using the namespaced DSL approach diff --git a/lib/blather/version.rb b/lib/blather/version.rb index 0768a6a7..129d87bc 100644 --- a/lib/blather/version.rb +++ b/lib/blather/version.rb @@ -1,4 +1,4 @@ module Blather # Blather version number - VERSION = '0.5.6' + VERSION = '0.5.7' end