Skip to content

Commit fd0ed6f

Browse files
committed
Release v0.10.1
1 parent 6cd0bf5 commit fd0ed6f

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.10.1] - 2021-11-24
10+
11+
### Fixed
12+
13+
- It provides a precompiled NIF for ARM 64 bits running on Linux. This
14+
is needed for Raspberry PI 4.
15+
916
## [0.10.0] - 2021-11-24
1017

1118
### Added
@@ -27,6 +34,7 @@ is not needed for most of people using this project.
2734

2835
- Add support for OTP 24. This was achieved by updating Rustler to v0.22.
2936

30-
[Unreleased]: https://github.com/rusterlium/html5ever_elixir/compare/v0.10.0...HEAD
31-
[0.10.0]: https://github.com/rusterlium/html5ever_elixir/releases/tag/v0.10.0
37+
[Unreleased]: https://github.com/rusterlium/html5ever_elixir/compare/v0.10.1...HEAD
38+
[0.10.1]: https://github.com/rusterlium/html5ever_elixir/compare/v0.10.0...v0.10.1
39+
[0.10.0]: https://github.com/rusterlium/html5ever_elixir/compare/v0.9.0...v0.10.0
3240
[0.9.0]: https://github.com/rusterlium/html5ever_elixir/releases/tag/v0.9.0

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.10.0"
4+
@version "0.10.1"
55
@repo_url "https://github.com/rusterlium/html5ever_elixir"
66

77
def project do

0 commit comments

Comments
 (0)