From 7c42f4c2a5910c26f0715da93f958acb8892c972 Mon Sep 17 00:00:00 2001 From: Chris Emerson Date: Mon, 7 Nov 2022 21:19:39 +0000 Subject: [PATCH] Update for 0.4.4. --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b1510e..9a9284c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ Possible log types: - `[fixed]` for any bug fixes. - `[security]` to invite users to upgrade in case of vulnerabilities. +### 0.4.4 + +- [fixed] Fix some panics when enumerated lists are in tables (thanks sfts). +- [fixed] Impove table size estimation to include links. + ### 0.4.3 - [changed] MSRV is now 1.56. diff --git a/Cargo.toml b/Cargo.toml index f9f1966..f8f8ca8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "html2text" -version = "0.4.3" +version = "0.4.4" authors = ["Chris Emerson "] description = "Render HTML as plain text." repository = "https://github.com/jugglerchris/rust-html2text/"