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

Bump version to 0.15.0

This commit is contained in:
Elisabeth Henry 2019-07-18 22:02:33 +02:00
parent c6c99b491d
commit 55a79d9056
3 changed files with 5 additions and 4 deletions

2
Cargo.lock generated
View File

@ -393,7 +393,7 @@ dependencies = [
[[package]]
name = "crowbook"
version = "0.15.0-beta2"
version = "0.15.0"
dependencies = [
"caribon 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -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"

View File

@ -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
@ -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)