From 555e69e8f2312234dabc1ad1a766b44bab2fd21a Mon Sep 17 00:00:00 2001 From: Chris Emerson Date: Mon, 14 Oct 2024 22:01:20 +0100 Subject: [PATCH] Updates for 0.13.0. --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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/"