Release 1.1 of dejure filter.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2017-05-27 14:30:35 +02:00
parent 76ef5ce5ef
commit 91bd9d7f55
3 changed files with 3 additions and 2 deletions

View file

@ -43,5 +43,6 @@ from being rendered and compiled, i.e. like this:
filter :dejure, filter :dejure,
format: 'weit', format: 'weit',
buzer: 1, buzer: 1,
noheadings: 0,
target: '_blank', target: '_blank',
class: 'dejure' class: 'dejure'

View file

@ -2,7 +2,7 @@
## 1.x branch ## 1.x branch
### Version 1.1-beta (unreleased) ### Version 1.1 (2017-05-27)
* Add option to exclude headings from link generation. * Add option to exclude headings from link generation.
* Fix markdown errors in changelog. * Fix markdown errors in changelog.

View file

@ -42,7 +42,7 @@ module Nanoc::Filters
identifier :dejure identifier :dejure
type :text type :text
VERSION = '1.1-beta' VERSION = '1.1'
CACHEDIR = 'tmp/dejure-org' CACHEDIR = 'tmp/dejure-org'
CACHEDAYS = 7 CACHEDAYS = 7