From b3ef7ee476254f9137e5c4a4a1adbf6906f0c7aa Mon Sep 17 00:00:00 2001 From: Philip Sampaio Date: Fri, 24 Jun 2022 18:32:18 -0300 Subject: [PATCH] Release v0.13.1 --- CHANGELOG.md | 10 +++++++++- mix.exs | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98dd2f2..b770844 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.1] - 2022-06-24 + +### Fixed + +- Fix the precompilation build for targets using `cross` by adding a `Cross.toml` +file with a setting telling to read the `RUSTLER_NIF_VERSION` env var from the host machine. + ## [0.13.0] - 2022-04-28 ### Changed @@ -84,7 +91,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.13.0...HEAD +[Unreleased]: https://github.com/rusterlium/html5ever_elixir/compare/v0.13.1...HEAD +[0.13.1]: https://github.com/rusterlium/html5ever_elixir/compare/v0.13.0...v0.13.1 [0.13.0]: https://github.com/rusterlium/html5ever_elixir/compare/v0.12.0...v0.13.0 [0.12.0]: https://github.com/rusterlium/html5ever_elixir/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/rusterlium/html5ever_elixir/compare/v0.10.1...v0.11.0 diff --git a/mix.exs b/mix.exs index b28e037..5ee65fe 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Html5ever.Mixfile do use Mix.Project - @version "0.14.0-dev" + @version "0.13.1" @repo_url "https://github.com/rusterlium/html5ever_elixir" def project do