Release 1.1 of dejure filter.
Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
76ef5ce5ef
commit
91bd9d7f55
|
@ -43,5 +43,6 @@ from being rendered and compiled, i.e. like this:
|
|||
filter :dejure,
|
||||
format: 'weit',
|
||||
buzer: 1,
|
||||
noheadings: 0,
|
||||
target: '_blank',
|
||||
class: 'dejure'
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## 1.x branch
|
||||
|
||||
### Version 1.1-beta (unreleased)
|
||||
### Version 1.1 (2017-05-27)
|
||||
|
||||
* Add option to exclude headings from link generation.
|
||||
* Fix markdown errors in changelog.
|
||||
|
|
|
@ -42,7 +42,7 @@ module Nanoc::Filters
|
|||
identifier :dejure
|
||||
type :text
|
||||
|
||||
VERSION = '1.1-beta'
|
||||
VERSION = '1.1'
|
||||
CACHEDIR = 'tmp/dejure-org'
|
||||
CACHEDAYS = 7
|
||||
|
||||
|
|
Loading…
Reference in a new issue