prep v4.1.2

feature/manifest v4.1.2
Thomas Reynolds 2016-02-28 20:17:35 -08:00
parent d776f07bfc
commit e14107ba65
2 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,10 @@ master
* Add `page_id` concept. Using the `id` key in frontmatter, proxy or page will set an ID on a resource which can be referenced by `url_for` and `link_to`.
* Allow looking for `Gemfile` when setting up a project to fail gracefully.
* Send correct exit code when external_pipeline fails during build.
* Fix error when customizing `layouts_dir`. #1028
* Fix collections (commands in loops) not being processed by `page` command. #1226
* Correctly asset_hash sourcemap references.
# 4.1.1

View File

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