Skip to content

Commit

Permalink
Release v2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
orium committed Dec 4, 2024
1 parent e0305bd commit cac9f2f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v2.1.0

- Added streaming handlers.
- Only allow changing the charset once with the `<meta>` tag, in accordance with the HTML spec.
- Fixed parsing of invalid elements in `<svg>` and `<math>`.

## v2.0.0

- Added the ability for the rewriter to be [`Send`](https://doc.rust-lang.org/std/marker/trait.Send.html).
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ mime = "0.3.16"

[dev-dependencies]
criterion = "0.5.1"
clap = { version = "*", features = ["help"] } # for criterion <= v0.5.1
# Needed for criterion <= v0.5.1. See https://github.com/bheisler/criterion.rs/pull/703.
clap = { version = "4.5.21", features = ["help"] }
glob = "0.3.0"
html5ever = "0.26.0"
markup5ever_rcdom = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion c-api/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cac9f2f

Please sign in to comment.