mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
version bump
This commit is contained in:
parent
12a604d69e
commit
eea45095b8
2 changed files with 10 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue