remove_hooks v3.3.10
Thomas Reynolds 2015-02-23 12:28:30 -08:00
parent cac0484de8
commit a3519bdf37
2 changed files with 10 additions and 1 deletions

View File

@ -1,6 +1,15 @@
master
===
3.3.10
===
* Fixes #1469, missing `cattr_accessor` in Redcarpet support.
* Fix slim >= 3.0.0 deprecation warning
3.3.9
===
* Moved main `Application` from requiring to autoloading to work around some double-loading issues in Docker.
3.3.8
===
* Define a mime type for sourcemaps. #1451

View File

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