Skip to content

Commit

Permalink
Prepare 4.0.0 release
Browse files Browse the repository at this point in the history
Since html5ever appears in the public API, this needs a
semver-incompatible version bump.
  • Loading branch information
djc committed Mar 25, 2024
1 parent ba0e263 commit 85a44ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ammonia"
version = "3.3.0"
version = "4.0.0"
authors = ["Michael Howell <michael@notriddle.com>"]
description = "HTML Sanitization"
keywords = [ "sanitization", "html", "security", "xss" ]
Expand Down

0 comments on commit 85a44ac

Please sign in to comment.