v3-stable v3.3.13
Thomas Reynolds 2015-05-15 11:49:22 -07:00
parent 651b5fc1c3
commit b20d855f2c
2 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,13 @@
master
===
3.3.13
===
* Fix webrick restarts on Ruby 2.2
* Empower link_to in a i18n context
* Add retina files support on automatic_image_sizes
3.3.12
===
* The preview server can now serve over HTTPS using the `--https` flag. It will use an automatic self-signed cert which can be overridden using `--ssl_certificate` and `--ssl_private_key`. These settings can also be set in `config.rb`

View File

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