diff --git a/Cargo.toml b/Cargo.toml index 31e56dd..1ac3859 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crowbook" -version = "0.10.0-unreleased" +version = "0.10.0" 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 5842356..b9dbb26 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,8 +1,8 @@ ChangeLog ========= -unreleased ------------- +0.10.0 (2016-10-18) +----------------------- This release contains some breaking changes (mostly for the API, which has been split in separate libraries). It alse features some internationalization support, and the program should now be tranlated if your `LANG` environment variable is set to french.