1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-28 09:56:23 +02:00

Bump version to 0.12.0

This commit is contained in:
Elisabeth Henry 2017-06-05 18:00:03 +02:00
parent 748fb00351
commit e44e1ea32f
2 changed files with 9 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "crowbook"
version = "0.12.0-pre"
version = "0.12.0"
authors = ["Elisabeth Henry <liz.henry@ouvaton.org>"]
description = "Render a Markdown book in HTML, PDF or Epub"
repository = "https://github.com/lise-henry/crowbook"

View File

@ -1,11 +1,16 @@
ChangeLog
=========
unreleased
-------------
0.12.0 (2017-06-05)
-----------------------
This release includes a few new features, such as the possiblity to
include Markdown files as section/subsections and not only as chapter,
experimental support for superscript and subscript, and yet more
experimental support for writing interactive fiction.
* Book configuration file:
* It is now possible to include subchapters using the `--` command
(with one dash per sublvel: `--- foo.md` will include `foo.md` as
(with one dash per sublevel: `--- foo.md` will include `foo.md` as
a subsection).
* Markdown:
* Added support for superscript and subscript features, using