File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11defmodule 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
You can’t perform that action at this time.
0 commit comments