From 2b54f244d6ecf1cd0517f2942bf3f9a4b2f83152 Mon Sep 17 00:00:00 2001 From: Michael Howell Date: Thu, 4 Mar 2021 16:15:29 -0700 Subject: [PATCH 1/2] Release 3.1.1 Bumps dependencies and version number. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5ce3524..ef270d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ammonia" -version = "3.1.0" +version = "3.1.1" authors = ["Michael Howell "] description = "HTML Sanitization" keywords = [ "sanitization", "html", "security", "xss" ] From b105234ceee0fc033bde014233946749626361cd Mon Sep 17 00:00:00 2001 From: Michael Howell Date: Thu, 4 Mar 2021 16:18:27 -0700 Subject: [PATCH 2/2] Append to changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e331223..9c34eee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Unreleased +# 3.1.1 + +* fix: Crash on invalid URLs in some configurations ([issue #136](https://github.com/rust-ammonia/ammonia/issues/136)) + # 3.1.0 * feature: Whitelist generic attribute prefix