1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-14 00:06:20 +02:00

Bump version to 0.14.0-beta

This commit is contained in:
Elisabeth Henry 2017-10-08 22:51:58 +02:00
parent 78acb07b6c
commit c3c6b9d060
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "crowbook"
version = "0.14.0-pre"
version = "0.14.0-beta"
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,8 +1,8 @@
ChangeLog
=========
unreleased
-------------
0.14.0-beta (2017-10-08)
------------------------------
* Bugfixes:
* EPUB: escape quotes in content.opf.
* LaTeX/PDF: allow hyphenations in typewriter font.
@ -11,8 +11,10 @@ unreleased
* Debug/warning/info levels should be displayed in a more coherent manner
* New `--no-fancy` option if you don't like the fancy UI (or if it doesn't work
in your terminal)
* New `--force-emoji` option to force emoji usage.
* Library interface:
* Removed `Book::set_verbosity` method (uses a logger library instead).
* Now requires rustc >= 1.20.0
0.13.0 (2017-07-14)
-----------------------