Skip to content

Commit e3aa547

Browse files
kornelskiorium
authored andcommitted
Release 2.7.2
1 parent 7869a38 commit e3aa547

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v2.7.2
4+
5+
- Replaced several panicking assertions with gracefully reported errors, especially in the C API
6+
37
## v2.7.1
48

59
- Performance improvements.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lol_html"
3-
version = "2.7.1"
3+
version = "2.7.2"
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)