Skip to content

Commit de85093

Browse files
committed
Release v0.14.3
1 parent 32124ef commit de85093

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

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+
921
## [0.14.2] - 2023-05-20
1022

1123
### Added
@@ -122,7 +134,8 @@ is not needed for most of people using this project.
122134

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

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
126139
[0.14.2]: https://github.com/rusterlium/html5ever_elixir/compare/v0.14.1...v0.14.2
127140
[0.14.1]: https://github.com/rusterlium/html5ever_elixir/compare/v0.14.0...v0.14.1
128141
[0.14.0]: https://github.com/rusterlium/html5ever_elixir/compare/v0.13.1...v0.14.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.14.3-dev"
4+
@version "0.14.3"
55
@repo_url "https://github.com/rusterlium/html5ever_elixir"
66

77
def project do

0 commit comments

Comments
 (0)