Skip to content

Commit b3ef7ee

Browse files
committed
Release v0.13.1
1 parent e5e42bb commit b3ef7ee

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

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+
916
## [0.13.0] - 2022-04-28
1017

1118
### Changed
@@ -84,7 +91,8 @@ is not needed for most of people using this project.
8491

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

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
8896
[0.13.0]: https://github.com/rusterlium/html5ever_elixir/compare/v0.12.0...v0.13.0
8997
[0.12.0]: https://github.com/rusterlium/html5ever_elixir/compare/v0.11.0...v0.12.0
9098
[0.11.0]: https://github.com/rusterlium/html5ever_elixir/compare/v0.10.1...v0.11.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.0-dev"
4+
@version "0.13.1"
55
@repo_url "https://github.com/rusterlium/html5ever_elixir"
66

77
def project do

0 commit comments

Comments
 (0)