Skip to content

Commit 4f8bece

Browse files
committed
Release v2.0.0.
- Added the ability for the rewriter to be [`Send`](https://doc.rust-lang.org/std/marker/trait.Send.html). The `send` module contains the utilities for that.
1 parent 2200cbb commit 4f8bece

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22

3+
## v2.0.0
4+
5+
- Added the ability for the rewriter to be [`Send`](https://doc.rust-lang.org/std/marker/trait.Send.html).
6+
The `send` module contains the utilities for that.
7+
38
## v1.2.1
9+
410
- Remove unmaintained `safemem` dependency.
511

612
## v1.2.0

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lol_html"
3-
version = "1.2.1"
3+
version = "2.0.0"
44
authors = ["Ivan Nikulin <inikulin@cloudflare.com, ifaaan@gmail.com>"]
55
license = "BSD-3-Clause"
66
description = "Streaming HTML rewriter/parser with CSS selector-based API"

0 commit comments

Comments
 (0)