Skip to content

Commit 7440172

Browse files
committed
Release v0.1.10
1 parent 6b32061 commit 7440172

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## [v0.1.10](https://github.com/dashbitco/lazy_html/tree/v0.1.10) (2026-02-09)
8+
9+
### Fixed
10+
11+
- `LazyHTML.query/2` and `LazyHTML.query_by_id/2` returning duplicate nodes ([#31](https://github.com/dashbitco/lazy_html/pull/31))
12+
713
## [v0.1.9](https://github.com/dashbitco/lazy_html/tree/v0.1.9) (2026-02-09)
814

915
### Added

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule LazyHTML.MixProject do
44
# v2.5.0 + :lexbor-contains() feature
55
@lexbor_git_sha "244b84956a6dc7eec293781d051354f351274c46"
66

7-
@version "0.1.10-dev"
7+
@version "0.1.10"
88
@description "Efficient parsing and querying of HTML documents"
99
@github_url "https://github.com/dashbitco/lazy_html"
1010

0 commit comments

Comments
 (0)