This commit is contained in:
Thomas Reynolds 2014-05-24 19:27:56 +09:00
parent 72b945682a
commit 1a461154b6
2 changed files with 10 additions and 1 deletions

View file

@ -1,6 +1,15 @@
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
===

View file

@ -1,5 +1,5 @@
module Middleman
# Current Version
# @return [String]
VERSION = '3.3.2' unless const_defined?(:VERSION)
VERSION = '3.3.3' unless const_defined?(:VERSION)
end