Skip to content

Commit 2681dcf

Browse files
harrishancockorium
authored andcommitted
Release 1.0.1
1 parent 952220c commit 2681dcf

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

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

3+
## v1.0.1
4+
5+
### Fixed
6+
7+
- The C API's new `lol_html_element_add_end_tag_handler()` function now sets the last error retrievable by `lol_html_take_last_error()` if it is called on an element that can have no end tag.
8+
39
## v1.0.0
410

511
Yes, you got that right: this is the first 1.x release! From now on you should expect this project to adhere to

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.0.0"
3+
version = "1.0.1"
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"

c-api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lolhtml"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["Ivan Nikulin <inikulin@cloudflare.com>", "Joshua Nelson <jnelson@cloudflare.com>"]
55
edition = "2021"
66

js-api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lol-html-js-api"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["Ivan Nikulin <inikulin@cloudflare.com>"]
55
edition = "2021"
66

0 commit comments

Comments
 (0)