From de850937c2f7976bc13d328fb4160d6c950bb417 Mon Sep 17 00:00:00 2001 From: Philip Sampaio Date: Fri, 26 May 2023 15:59:56 -0300 Subject: [PATCH] Release v0.14.3 --- CHANGELOG.md | 15 ++++++++++++++- mix.exs | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99b6011..0e6a49d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.14.3] - 2023-05-26 + +### Added + +- Add precompilation target for Linux running on RISC-V 64 bits machines. + This is useful for projects using Nerves. + + Note that this is going to require `rustler_precompiled` v0.6 or above, since + the that version includes RISC-V on Linux as defaults. + +- Add support for OTP 26 by updating the `rustler-sys` package. + ## [0.14.2] - 2023-05-20 ### Added @@ -122,7 +134,8 @@ is not needed for most of people using this project. - Add support for OTP 24. This was achieved by updating Rustler to v0.22. -[Unreleased]: https://github.com/rusterlium/html5ever_elixir/compare/v0.14.2...HEAD +[Unreleased]: https://github.com/rusterlium/html5ever_elixir/compare/v0.14.3...HEAD +[0.14.3]: https://github.com/rusterlium/html5ever_elixir/compare/v0.14.2...v0.14.3 [0.14.2]: https://github.com/rusterlium/html5ever_elixir/compare/v0.14.1...v0.14.2 [0.14.1]: https://github.com/rusterlium/html5ever_elixir/compare/v0.14.0...v0.14.1 [0.14.0]: https://github.com/rusterlium/html5ever_elixir/compare/v0.13.1...v0.14.0 diff --git a/mix.exs b/mix.exs index bab89d9..a7804e6 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Html5ever.Mixfile do use Mix.Project - @version "0.14.3-dev" + @version "0.14.3" @repo_url "https://github.com/rusterlium/html5ever_elixir" def project do