Skip to content

Commit

Permalink
Bump version to 0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
crowdagger committed Dec 16, 2016
1 parent aee57bb commit d80418c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "crowbook"
version = "0.10.4-pre"
version = "0.10.4"
authors = ["Elisabeth Henry <liz.henry@ouvaton.org>"]
description = "Render a Markdown book in HTML, PDF or Epub"
repository = "https://github.com/lise-henry/crowbook"
documentation = "https://docs.rs/crowbook/"
readme = "README.md"
keywords = ["markdown", "book"]
license = "LGPL-2.1+"
publish = false
publish = true
build = "build.rs"

exclude = [
Expand Down
4 changes: 2 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ChangeLog
=========

unreleased
------------
0.10.4 (2016-12-16)
-----------------------
* New options:
* `tex.font_size` specifies an optional font size (in pt) passed to
the LaTeX class (must be 10, 11 or 12).
Expand Down

0 comments on commit d80418c

Please sign in to comment.