From 036823cd0658caef3c9c51855c006778016e0d90 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Thu, 8 May 2014 22:43:04 -0400 Subject: [PATCH] Bump to :gem: v2.0.3 --- History.markdown | 10 ++++++++-- lib/jekyll/version.rb | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/History.markdown b/History.markdown index 933d4630..e2cdf17c 100644 --- a/History.markdown +++ b/History.markdown @@ -4,6 +4,14 @@ ### Minor Enhancements +### Bug Fixes + +### Development Fixes + +### Site Enhancements + +## 2.0.3 / 2014-05-08 + ### Bug Fixes * Properly prefix links in site template with URL or baseurl depending upon @@ -18,8 +26,6 @@ * Use `item_property` for `where` filter so it doesn't break on collections (#2359) * Rescue errors thrown so `--watch` doesn't fail (#2364) -### Development Fixes - ### Site Enhancements * Add missing "as" to assets docs page (#2337) diff --git a/lib/jekyll/version.rb b/lib/jekyll/version.rb index 3ef9734a..18840a56 100644 --- a/lib/jekyll/version.rb +++ b/lib/jekyll/version.rb @@ -1,3 +1,3 @@ module Jekyll - VERSION = '2.0.2' + VERSION = '2.0.3' end