File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
7
+ ## [ v0.1.7] ( https://github.com/dashbitco/lazy_html/tree/v0.1.7 ) (2025-08-29)
8
+
9
+ ### Updated
10
+
11
+ - Updated Lexbor version ([ #21 ] ( https://github.com/dashbitco/lazy_html/pull/21 ) )
12
+
7
13
## [ v0.1.6] ( https://github.com/dashbitco/lazy_html/tree/v0.1.6 ) (2025-08-07)
8
14
9
15
### Fixed
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule LazyHTML.MixProject do
4
4
# v2.5.0 + :lexbor-contains() feature
5
5
@ lexbor_git_sha "244b84956a6dc7eec293781d051354f351274c46"
6
6
7
- @ version "0.1.7-dev "
7
+ @ version "0.1.7"
8
8
@ description "Efficient parsing and querying of HTML documents"
9
9
@ github_url "https://github.com/dashbitco/lazy_html"
10
10
You can’t perform that action at this time.
0 commit comments