From c41f4aa3a5b0f43675b5035d83a4b33cb6527a64 Mon Sep 17 00:00:00 2001
From: Chris Emerson <github@mail.nosreme.org>
Date: Wed, 16 Oct 2024 20:30:46 +0100
Subject: [PATCH] Update for 0.13.1.

---
 CHANGELOG.md | 6 ++++++
 Cargo.toml   | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

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 <github@mail.nosreme.org>"]
 description = "Render HTML as plain text."
 repository = "https://github.com/jugglerchris/rust-html2text/"