Skip to content

Commit

Permalink
Release v0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
philss committed May 26, 2023
1 parent 32124ef commit de85093
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:/rusterlium/html5ever_elixir/compare/v0.14.2...HEAD
[Unreleased]: https:/rusterlium/html5ever_elixir/compare/v0.14.3...HEAD
[0.14.3]: https:/rusterlium/html5ever_elixir/compare/v0.14.2...v0.14.3
[0.14.2]: https:/rusterlium/html5ever_elixir/compare/v0.14.1...v0.14.2
[0.14.1]: https:/rusterlium/html5ever_elixir/compare/v0.14.0...v0.14.1
[0.14.0]: https:/rusterlium/html5ever_elixir/compare/v0.13.1...v0.14.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.3-dev"
@version "0.14.3"
@repo_url "https:/rusterlium/html5ever_elixir"

def project do
Expand Down

1 comment on commit de85093

@durub
Copy link

@durub durub commented on de85093 May 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just updated to OTP 26 and was pleasantly surprised that a fix for this was deployed a couple hours ago.

Thank you, @philss!

Please sign in to comment.