1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00

prep release

This commit is contained in:
Thomas Reynolds 2017-01-26 17:42:55 -06:00
parent eddb12488f
commit 09f3be9aba
2 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,10 @@
master master
=== ===
# 4.2.1
* Fix some issues with Ruby 2.4.0
# 4.2.0 # 4.2.0
Fix #1951. A failed build would "clean" all files in build. Possibly breaking change, "clean" and "after_build" are only run for sucessful builds. Fix #1951. A failed build would "clean" all files in build. Possibly breaking change, "clean" and "after_build" are only run for sucessful builds.

View file

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