diff --git a/CHANGELOG.md b/CHANGELOG.md index b37f154..595d238 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ Possible log types: ### Latest +### 0.13.1 + +- [added] html2text now has --show-dom +- [fixed] Support background CSS property (for colour) +- [fixed] Some edge cases with CSS styles on whitespace + ### 0.13.0 - [added] Support CSS white-space: pre-wrap (and normal, pre). diff --git a/Cargo.toml b/Cargo.toml index c19468d..621b71d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "html2text" -version = "0.13.0" +version = "0.13.1" authors = ["Chris Emerson "] description = "Render HTML as plain text." repository = "https://github.com/jugglerchris/rust-html2text/"