Skip to content

Commit

Permalink
bumped version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crowdagger committed Feb 25, 2016
1 parent c835adf commit c363521
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "crowbook"
version = "0.2.0-beta1"
version = "0.2.0"
authors = ["Elisabeth Henry <liz.henry@ouvaton.org>"]
description = "Render a book written in Markdown in HTML, PDF or Epub"
repository = "https://github.com/lise-henry/crowbook"
Expand Down
9 changes: 5 additions & 4 deletions ChangeLog.md
@@ -1,7 +1,7 @@
ChangeLog
=========

0.2.0 (unreleased)
0.2.0 (2016-02-25)
------------------
* Command line arguments:
* New argument `--print-template` now allows to print a built-in
Expand All @@ -27,9 +27,10 @@ ChangeLog
* Added support for numbering all headers, not just level-1 (e.g.,
having a subsection numbered `2.3.1`).
* Tables and Footnotes are now implemented for HTML/Epub and LaTeX
output.
* Refactored `Book` to use an HashMap of `BookOption`s instead of
having like 42 fields.
output.
* Internal:
* Refactored `Book` to use an HashMap of `BookOption`s instead of
having like 42 fields.


0.1.0 (2016-02-21)
Expand Down

0 comments on commit c363521

Please sign in to comment.