From 1a461154b6767be9f8de13ab12c87a4619c32495 Mon Sep 17 00:00:00 2001 From: Thomas Reynolds Date: Sat, 24 May 2014 19:27:56 +0900 Subject: [PATCH] prep --- CHANGELOG.md | 9 +++++++++ middleman-core/lib/middleman-core/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ad318d7..f5811746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 === diff --git a/middleman-core/lib/middleman-core/version.rb b/middleman-core/lib/middleman-core/version.rb index 33ea61f6..fa5be3d0 100644 --- a/middleman-core/lib/middleman-core/version.rb +++ b/middleman-core/lib/middleman-core/version.rb @@ -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