From 85a44ac5416838c9063a114242711c7d74f6f5a5 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 25 Mar 2024 14:48:39 +0100 Subject: [PATCH] Prepare 4.0.0 release Since html5ever appears in the public API, this needs a semver-incompatible version bump. --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00857b3..ccf6aee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Unreleased +# 4.0.0 + +* Update html5ever to 0.27 * feature: change lifetimes on UrlRelative (breaking change) * chore: use the `Display` trait (and `ToString`) instead of an inherent `to_string` method (breaking change) diff --git a/Cargo.toml b/Cargo.toml index 4ba171a..08daa1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ammonia" -version = "3.3.0" +version = "4.0.0" authors = ["Michael Howell "] description = "HTML Sanitization" keywords = [ "sanitization", "html", "security", "xss" ]