Sha256: 1ea1e6cb5b4b2b3f5f71c6f3f7cd57a41e194715a99a747e407b4de781eeb0ae

Contents?: true

Size: 849 Bytes

Versions: 2

Compression:

Stored size: 849 Bytes

Contents

---
layout: news_item
title: "Jekyll 1.0.3 Released"
date: "2013-06-07 21:02:13 +0200"
author: parkr
version: 1.0.3
categories: [release]
---

v1.0.3 contains some key enhancements and bug fixes:

- Fail with non-zero exit code when MaRuKu errors ([#1190][]) or Liquid errors ([#1121][])
- Add support for private gists to `gist` tag ([#1189][])
- Add `--force` option to `jekyll new` ([#1115][])
- Fix compatibility with `exclude` and `include` with pre-1.0 Jekyll ([#1114][])
- Fix pagination issue regarding `File.basename` and `page:num` ([#1063][])

See the [History][] page for more information on this release.

{% assign issue_numbers = "1190|1121|1189|1115|1114|1063" | split: "|" %}
{% for issue in issue_numbers %}
[#{{ issue }}]: https://github.com/mojombo/jekyll/issues/{{ issue }}
{% endfor %}

[History]: /docs/history/#103__20130607

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-1.1.2 site/_posts/2013-06-07-jekyll-1-0-3-released.markdown
jekyll-1.1.1 site/_posts/2013-06-07-jekyll-1-0-3-released.markdown