Skip to content

Commit a0f63dc

Browse files
committed
Update version
1 parent 6835f78 commit a0f63dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88

99
### Fixed
1010

11-
* `LazyHTML.from_tree/1` to preserve attribute name casing inside `<svg>` ([#9](https://github.com/dashbitco/lazy_html/pull/9))
11+
- `LazyHTML.from_tree/1` to preserve attribute name casing inside `<svg>` ([#9](https://github.com/dashbitco/lazy_html/pull/9))
1212

1313
## [v0.1.1](https://github.com/dashbitco/lazy_html/tree/v0.1.1) (2025-05-24)
1414

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule LazyHTML.MixProject do
33

44
@lexbor_version "2.4.0"
55

6-
@version "0.1.2"
6+
@version "0.1.3-dev"
77
@description "Efficient parsing and querying of HTML documents"
88
@github_url "https://github.com/dashbitco/lazy_html"
99

0 commit comments

Comments
 (0)