From eea45095b82d4e8f83a7cfa337b185435aaa08f9 Mon Sep 17 00:00:00 2001 From: Thomas Reynolds Date: Sat, 15 Dec 2012 14:59:32 -0800 Subject: [PATCH] version bump --- CHANGELOG.md | 9 +++++++++ middleman-core/lib/middleman-core/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d062177..2d7cbb3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Master === +3.0.7 +==== + +* Turn html5 boilerplate into a layout +* Fix errors when templates have empty YAML +* Show the hostname when initializing MM +* Fix issues when using Redcarpet inside Slim +* Make automatic_image_sizes avoid SVGs + 3.0.6 ==== * Make Sitemap more thread-safe. diff --git a/middleman-core/lib/middleman-core/version.rb b/middleman-core/lib/middleman-core/version.rb index e3abd072..608b54ea 100644 --- a/middleman-core/lib/middleman-core/version.rb +++ b/middleman-core/lib/middleman-core/version.rb @@ -1,5 +1,5 @@ module Middleman # Current Version # @return [String] - VERSION = '3.0.6' unless const_defined?(:VERSION) + VERSION = '3.0.7' unless const_defined?(:VERSION) end