File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.14.3] - 2023-05-26
10
+
11
+ ### Added
12
+
13
+ - Add precompilation target for Linux running on RISC-V 64 bits machines.
14
+ This is useful for projects using Nerves.
15
+
16
+ Note that this is going to require ` rustler_precompiled ` v0.6 or above, since
17
+ the that version includes RISC-V on Linux as defaults.
18
+
19
+ - Add support for OTP 26 by updating the ` rustler-sys ` package.
20
+
9
21
## [ 0.14.2] - 2023-05-20
10
22
11
23
### Added
@@ -122,7 +134,8 @@ is not needed for most of people using this project.
122
134
123
135
- Add support for OTP 24. This was achieved by updating Rustler to v0.22.
124
136
125
- [ Unreleased ] : https://github.com/rusterlium/html5ever_elixir/compare/v0.14.2...HEAD
137
+ [ Unreleased ] : https://github.com/rusterlium/html5ever_elixir/compare/v0.14.3...HEAD
138
+ [ 0.14.3 ] : https://github.com/rusterlium/html5ever_elixir/compare/v0.14.2...v0.14.3
126
139
[ 0.14.2 ] : https://github.com/rusterlium/html5ever_elixir/compare/v0.14.1...v0.14.2
127
140
[ 0.14.1 ] : https://github.com/rusterlium/html5ever_elixir/compare/v0.14.0...v0.14.1
128
141
[ 0.14.0 ] : https://github.com/rusterlium/html5ever_elixir/compare/v0.13.1...v0.14.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.14.3-dev "
4
+ @ version "0.14.3"
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