Skip to content

Commit

Permalink
Release v0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
philss committed May 20, 2023
1 parent eed47f6 commit d4fc596
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.14.1] - 2023-05-20

### Added

- Add support for `rustler_precompiled` v0.6.

### Changed

- Update Rustler version in the crate from `v0.26` to `v0.28`.
This shouldn't break anything, but would require the installation of rustler `v0.28`
if needed in the Elixir side.

- Change the Rust edition to 2021 (it was 2018). This shouldn't change any behaviour.

## [0.14.0] - 2022-11-04

### Changed
Expand Down Expand Up @@ -98,7 +112,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.14.0...HEAD
[Unreleased]: https://github.com/rusterlium/html5ever_elixir/compare/v0.14.1...HEAD
[0.14.1]: https://github.com/rusterlium/html5ever_elixir/compare/v0.14.0...v0.14.1
[0.14.0]: https://github.com/rusterlium/html5ever_elixir/compare/v0.13.1...v0.14.0
[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
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.14.1"
@repo_url "https://github.com/rusterlium/html5ever_elixir"

def project do
Expand Down

0 comments on commit d4fc596

Please sign in to comment.