From 05c953923fc355777fdc8aa9edfb13dac16a1a24 Mon Sep 17 00:00:00 2001 From: Philip Sampaio Date: Mon, 14 Mar 2022 18:52:16 -0300 Subject: [PATCH] Release v0.12.0 --- CHANGELOG.md | 10 +++++++++- README.md | 2 +- mix.exs | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 118b3d9..2dc0a7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.12.0] - 2022-03-14 + +### Changed + +- Start using [`rustler_precompiled`](https://hex.pm/packages/rustler_precompiled) as +dependency. + ## [0.11.0] - 2021-12-15 ### Security @@ -70,7 +77,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.11.0...HEAD +[Unreleased]: https://github.com/rusterlium/html5ever_elixir/compare/v0.12.0...HEAD +[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 [0.10.1]: https://github.com/rusterlium/html5ever_elixir/compare/v0.10.0...v0.10.1 [0.10.0]: https://github.com/rusterlium/html5ever_elixir/compare/v0.9.0...v0.10.0 diff --git a/README.md b/README.md index 4c41bfc..db4c37f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The package can be installed by adding `html5ever` to your list of dependencies ```elixir def deps do - [{:html5ever, "~> 0.11.0"}] + [{:html5ever, "~> 0.12.0"}] end ``` diff --git a/mix.exs b/mix.exs index 8ae971a..150607d 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Html5ever.Mixfile do use Mix.Project - @version "0.12.0-dev" + @version "0.12.0" @repo_url "https://github.com/rusterlium/html5ever_elixir" def project do