Fix markdown errors in changelog, bump version.
Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
0f382076a2
commit
484c0ebb56
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
## 1.x branch
|
## 1.x branch
|
||||||
|
|
||||||
|
### Version 1.1-beta (unreleased)
|
||||||
|
|
||||||
|
* Fix markdown errors in changelog.
|
||||||
|
|
||||||
### Version 1.0 (2017-05-25)
|
### Version 1.0 (2017-05-25)
|
||||||
|
|
||||||
* Relase version 1.0.
|
* Relase version 1.0.
|
||||||
|
@ -11,8 +15,8 @@
|
||||||
|
|
||||||
### Version 0.3 (2017-05-25)
|
### Version 0.3 (2017-05-25)
|
||||||
|
|
||||||
* Enable opt-out by adding '<!-- no-dejure -->' somewhere on the page.
|
* Enable opt-out by adding `<!-- no-dejure -->` somewhere on the page.
|
||||||
* Save space by caching just '<!-- idem -->' for unchanged texts.
|
* Save space by caching just `<!-- idem -->` for unchanged texts.
|
||||||
* Change protocol to https.
|
* Change protocol to https.
|
||||||
* Make cache validity configurable.
|
* Make cache validity configurable.
|
||||||
* Rename from "DejureIntegrator" to "DejureAutolinker".
|
* Rename from "DejureIntegrator" to "DejureAutolinker".
|
||||||
|
|
|
@ -41,7 +41,7 @@ module Nanoc::Filters
|
||||||
identifier :dejure
|
identifier :dejure
|
||||||
type :text
|
type :text
|
||||||
|
|
||||||
VERSION = '1.0'
|
VERSION = '1.1-beta'
|
||||||
CACHEDIR = 'tmp/dejure-org'
|
CACHEDIR = 'tmp/dejure-org'
|
||||||
CACHEDAYS = 7
|
CACHEDAYS = 7
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue