Skip to content

Commit bad711c

Browse files
committed
Release v0.16.1
1 parent 07be26c commit bad711c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff 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

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule 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

0 commit comments

Comments
 (0)