Skip to content

Commit

Permalink
Release v2.0.0.
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
orium committed Sep 25, 2024
1 parent 2200cbb commit 4f8bece
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

## 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.

## v1.2.1

- Remove unmaintained `safemem` dependency.

## v1.2.0
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 = "lol_html"
version = "1.2.1"
version = "2.0.0"
authors = ["Ivan Nikulin <[email protected], [email protected]>"]
license = "BSD-3-Clause"
description = "Streaming HTML rewriter/parser with CSS selector-based API"
Expand Down

0 comments on commit 4f8bece

Please sign in to comment.