26 lines
830 B
Markdown
26 lines
830 B
Markdown
|
---
|
||
|
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 }}]: {{ site.repository }}/issues/{{ issue }}
|
||
|
{% endfor %}
|
||
|
|
||
|
[History]: /docs/history/#v1-0-3
|