From 5a0eb41d1901d9d00fc0f0c86419726561d9d68a Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Thu, 8 May 2014 23:12:30 -0400 Subject: [PATCH] Add release post for v2.0.3 --- .../2014-05-08-jekyll-2-0-3-released.markdown | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 site/_posts/2014-05-08-jekyll-2-0-3-released.markdown diff --git a/site/_posts/2014-05-08-jekyll-2-0-3-released.markdown b/site/_posts/2014-05-08-jekyll-2-0-3-released.markdown new file mode 100644 index 00000000..1b07b7b8 --- /dev/null +++ b/site/_posts/2014-05-08-jekyll-2-0-3-released.markdown @@ -0,0 +1,18 @@ +--- +layout: news_item +title: 'Jekyll 2.0.3 Released' +date: 2014-05-08 22:43:17 -0400 +author: parkr +version: 2.0.3 +categories: [release] +--- + +Hey again! Just wanted to let you know we've released another version of Jekyll, jam-packed with bug fixes. + +A huge "thank you" is in order for all the folks who have submitted bug reports over the last 2 days — your input is what allows this project to continue. It's always a pain to deal with a MAJOR version bump release, but it's been pretty smooth so far and you have all been nice about the flaws you've found in the tool. Keep filing those reports so we can continue to make Jekyll even better! + +Thank you to the contributors that contributed code to 2.0.1, 2.0.2, and/or 2.0.3: + +Parker Moore, Yi Zeng, Gabe Ortiz, Aaron Broder, Alberto Grespan, gpxl, David Briggs, Kevin Ingersoll, and Troy Swanson. + +Happy Jekylling!