File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.16.1] - 2024-05-15
10
+
11
+ ### Fixed
12
+
13
+ - Fix parsing of HTML documents that may start with a comment or an XML doc tag.
14
+
9
15
## [ 0.16.0] - 2024-03-25
10
16
11
17
### Fixed
@@ -171,7 +177,8 @@ is not needed for most of people using this project.
171
177
172
178
- Add support for OTP 24. This was achieved by updating Rustler to v0.22.
173
179
174
- [ Unreleased ] : https://github.com/rusterlium/html5ever_elixir/compare/v0.16.0...HEAD
180
+ [ Unreleased ] : https://github.com/rusterlium/html5ever_elixir/compare/v0.16.1...HEAD
181
+ [ 0.16.1 ] : https://github.com/rusterlium/html5ever_elixir/compare/v0.16.0...v0.16.1
175
182
[ 0.16.0 ] : https://github.com/rusterlium/html5ever_elixir/compare/v0.15.0...v0.16.0
176
183
[ 0.15.0 ] : https://github.com/rusterlium/html5ever_elixir/compare/v0.14.3...v0.15.0
177
184
[ 0.14.3 ] : https://github.com/rusterlium/html5ever_elixir/compare/v0.14.2...v0.14.3
Original file line number Diff line number Diff line change 1
1
defmodule Html5ever.Mixfile do
2
2
use Mix.Project
3
3
4
- @ version "0.16.0-dev "
4
+ @ version "0.16.1 "
5
5
@ repo_url "https://github.com/rusterlium/html5ever_elixir"
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments