Skip to content

Commit

Permalink
Release v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
philss committed Jun 24, 2022
1 parent e5e42bb commit b3ef7ee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b3ef7ee

Please sign in to comment.