version bump

This commit is contained in:
Thomas Reynolds 2012-12-15 14:59:32 -08:00
parent 12a604d69e
commit eea45095b8
2 changed files with 10 additions and 1 deletions

View file

@ -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.

View file

@ -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