Skip to content

Commit

Permalink
Release v0.3.3. (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
orium authored Mar 20, 2023
1 parent f7d02b2 commit cfa4146
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# Changelog

## Unreleased
## v0.3.3

### Added

- Add `Element::{start_tag, is_self_closing}` (#148)
- Add `Doctype::Remove` (#129)
- Implement `Eq` for all types that implement `PartialEq` (#146)
- Support dynamic charset change on meta tags in HtmlRewriter. (#162)
- Add `Element::can_have_content`. (#163)

## v0.3.2

### Added

- Add `Doctype::remove`. (#129)
- Add `Element::start_tag()` and `Element::is_self_closing()`. (#148)
- Add mutation methods to `StartTag` and `EndTag`. (#148)
- Implement `Eq` for all types that implement `PartialEq`. (#146)

### Fixed

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 = "0.3.2"
version = "0.3.3"
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 cfa4146

Please sign in to comment.