File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 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
66
77## [ Unreleased]
88
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+
915## [ 0.16.0] - 2024-03-25
1016
1117### Fixed
@@ -171,7 +177,8 @@ is not needed for most of people using this project.
171177
172178- Add support for OTP 24. This was achieved by updating Rustler to v0.22.
173179
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
175182[ 0.16.0 ] : https://github.com/rusterlium/html5ever_elixir/compare/v0.15.0...v0.16.0
176183[ 0.15.0 ] : https://github.com/rusterlium/html5ever_elixir/compare/v0.14.3...v0.15.0
177184[ 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 11defmodule Html5ever.Mixfile do
22 use Mix.Project
33
4- @ version "0.16.0-dev "
4+ @ version "0.16.1 "
55 @ repo_url "https://github.com/rusterlium/html5ever_elixir"
66
77 def project do
You can’t perform that action at this time.
0 commit comments