mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
prep
This commit is contained in:
parent
72b945682a
commit
1a461154b6
2 changed files with 10 additions and 1 deletions
|
@ -1,6 +1,15 @@
|
||||||
master
|
master
|
||||||
===
|
===
|
||||||
|
|
||||||
|
3.3.3
|
||||||
|
===
|
||||||
|
|
||||||
|
* Fix thread-safety issue #501 which could cause excepts when livereloading.
|
||||||
|
* Update to support Hooks 0.4.x dep.
|
||||||
|
* Update to support Padrino 0.12.2+ dep.
|
||||||
|
* Fix `after_render` manipulation of content. #1278
|
||||||
|
* Fix combo of compass-import-once and sass-globs. middleman/middleman-sprockets#56
|
||||||
|
|
||||||
3.3.0-3.3.2
|
3.3.0-3.3.2
|
||||||
===
|
===
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
module Middleman
|
module Middleman
|
||||||
# Current Version
|
# Current Version
|
||||||
# @return [String]
|
# @return [String]
|
||||||
VERSION = '3.3.2' unless const_defined?(:VERSION)
|
VERSION = '3.3.3' unless const_defined?(:VERSION)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue