File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
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.13.1] - 2022-06-24
10
+
11
+ ### Fixed
12
+
13
+ - Fix the precompilation build for targets using ` cross ` by adding a ` Cross.toml `
14
+ file with a setting telling to read the ` RUSTLER_NIF_VERSION ` env var from the host machine.
15
+
9
16
## [ 0.13.0] - 2022-04-28
10
17
11
18
### Changed
@@ -84,7 +91,8 @@ is not needed for most of people using this project.
84
91
85
92
- Add support for OTP 24. This was achieved by updating Rustler to v0.22.
86
93
87
- [ Unreleased ] : https://github.com/rusterlium/html5ever_elixir/compare/v0.13.0...HEAD
94
+ [ Unreleased ] : https://github.com/rusterlium/html5ever_elixir/compare/v0.13.1...HEAD
95
+ [ 0.13.1 ] : https://github.com/rusterlium/html5ever_elixir/compare/v0.13.0...v0.13.1
88
96
[ 0.13.0 ] : https://github.com/rusterlium/html5ever_elixir/compare/v0.12.0...v0.13.0
89
97
[ 0.12.0 ] : https://github.com/rusterlium/html5ever_elixir/compare/v0.11.0...v0.12.0
90
98
[ 0.11.0 ] : https://github.com/rusterlium/html5ever_elixir/compare/v0.10.1...v0.11.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.0-dev "
4
+ @ version "0.13.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