diff --git a/CHANGELOG.md b/CHANGELOG.md index c1f4010..b37f154 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ Possible log types: ### Latest +### 0.13.0 + +- [added] Support CSS white-space: pre-wrap (and normal, pre). + ### 0.13.0-alpha.2 - [changed] Updated html5ever and markup5ever crate versions. This has meant diff --git a/Cargo.toml b/Cargo.toml index 01abc55..c19468d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "html2text" -version = "0.13.0-alpha.2" +version = "0.13.0" authors = ["Chris Emerson "] description = "Render HTML as plain text." repository = "https://github.com/jugglerchris/rust-html2text/"