Skip to content

Commit

Permalink
Bump version to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crowdagger committed Jul 18, 2019
1 parent c6c99b4 commit 55a79d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "crowbook"
version = "0.15.0-beta2"
version = "0.15.0"
edition = "2018"
authors = ["Elisabeth Henry <liz.henry@ouvaton.org>"]
description = "Render a Markdown book in HTML, PDF or Epub"
Expand Down
5 changes: 3 additions & 2 deletions ChangeLog.md
@@ -1,8 +1,8 @@
ChangeLog
=========

unreleased
------------------------------
0.15.0 (2019-07-18)
-----------------------
* Moved from `pulldown-cmark` to `comrak` for parsing Markdown. This may have some
performances drawbacks but allows for a few more features:
* Description lists
Expand All @@ -18,6 +18,7 @@ unreleased
* Now uses `reqwest` instead of `hyper` to connect to languagetool/grammalecte.
* `hyphenation` dependency is now optional.
* Dependencies update.
* Fix type deduction issues for new rustc compliler


0.14.1 (2018-06-01)
Expand Down

0 comments on commit 55a79d9

Please sign in to comment.