From 5f53f06732f132d38d94064c33e627e6d95728d0 Mon Sep 17 00:00:00 2001 From: Elisabeth Henry Date: Fri, 21 Oct 2016 22:12:52 +0200 Subject: [PATCH] Bump version to 0.10.2 --- Cargo.toml | 2 +- ChangeLog.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c6ce6ea9..90433820 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crowbook" -version = "0.10.2-pre" +version = "0.10.2" 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 912cfda5..d3e0cf21 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,8 +1,9 @@ ChangeLog ========= -unreleased -------------- +0.10.2 (2016-20-21) +----------------------- +Only minor changes in this version: * Options: * `author` and `title`'s default values are both set to the empty string, instead of `Anonymous` and `Untitled`.