File tree 2 files changed +11
-3
lines changed
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
6
6
7
7
## [ Unreleased]
8
8
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
+
9
16
## [ 0.10.0] - 2021-11-24
10
17
11
18
### Added
@@ -27,6 +34,7 @@ is not needed for most of people using this project.
27
34
28
35
- Add support for OTP 24. This was achieved by updating Rustler to v0.22.
29
36
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
32
40
[ 0.9.0 ] : https://github.com/rusterlium/html5ever_elixir/releases/tag/v0.9.0
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.10.0 "
4
+ @ version "0.10.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