remove_hooks
Thomas Reynolds 2015-02-13 14:31:53 -08:00
parent 5b39a33ab6
commit 85c8143d49
2 changed files with 11 additions and 1 deletions

View File

@ -1,6 +1,16 @@
master
===
3.3.8
===
* Define a mime type for sourcemaps. #1451
* Asset hashing for image references in srcset
* Import patch to bugfix from Padrino Helpers #1401
* Better URI encoding and decoding #1406
* Update version of i18n
3.3.7
===
* Update new project template Gemfile to use HTTPS by default. #1372
3.3.6

View File

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