From c3c6b9d060e4a42cae2c0758e37bc85048731e00 Mon Sep 17 00:00:00 2001 From: Elisabeth Henry Date: Sun, 8 Oct 2017 22:51:58 +0200 Subject: [PATCH] Bump version to 0.14.0-beta --- Cargo.toml | 2 +- ChangeLog.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 039126b..efa82f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crowbook" -version = "0.14.0-pre" +version = "0.14.0-beta" authors = ["Elisabeth Henry "] description = "Render a Markdown book in HTML, PDF or Epub" repository = "https://github.com/lise-henry/crowbook" diff --git a/ChangeLog.md b/ChangeLog.md index 78861a6..35dd45c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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) -----------------------