Skip to content

Commit

Permalink
Bump version to 0.14.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
crowdagger committed Oct 8, 2017
1 parent 78acb07 commit c3c6b9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crowbook"
version = "0.14.0-pre"
version = "0.14.0-beta"
authors = ["Elisabeth Henry <[email protected]>"]
description = "Render a Markdown book in HTML, PDF or Epub"
repository = "https://github.com/lise-henry/crowbook"
Expand Down
6 changes: 4 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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)
-----------------------
Expand Down

0 comments on commit c3c6b9d

Please sign in to comment.