Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
crowdagger committed Aug 2, 2023
1 parent 32f7a2d commit 9881eed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "epub-builder"
version = "0.7.0"
version = "0.7.1"
authors = ["Elisabeth Henry <[email protected]>"]
description = "A Rust library for generating EPUB files"
readme = "README.md"
Expand Down Expand Up @@ -39,4 +39,4 @@ env_logger = "0.10"
name = "builder"

[[example]]
name = "procedural"
name = "procedural"
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
ChangeLog
==========

0.7.1 (2023-08-02)
======================
* Add a new `raw_title` method to `TocElement`to set an alternative HTML-free title when disabling HTML
escaping for titles.

0.7.0 (2023-07-28)
==================
* Add a new option to EpubBuilder to disable HTML encoding for fields that don’t require it.
Expand Down

0 comments on commit 9881eed

Please sign in to comment.