version bump
This commit is contained in:
parent
12a604d69e
commit
eea45095b8
|
@ -1,6 +1,15 @@
|
||||||
Master
|
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
|
3.0.6
|
||||||
====
|
====
|
||||||
* Make Sitemap more thread-safe.
|
* Make Sitemap more thread-safe.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
module Middleman
|
module Middleman
|
||||||
# Current Version
|
# Current Version
|
||||||
# @return [String]
|
# @return [String]
|
||||||
VERSION = '3.0.6' unless const_defined?(:VERSION)
|
VERSION = '3.0.7' unless const_defined?(:VERSION)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue