From 925c12c2bf69669bb99a6ecb744371b666478120 Mon Sep 17 00:00:00 2001 From: Philip Sampaio Date: Wed, 15 Dec 2021 13:27:49 -0300 Subject: [PATCH] Release v0.11.0 This is a second release of this version with fixes. --- CHANGELOG.md | 5 ++++- README.md | 2 +- mix.exs | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1016120..118b3d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.0] - 2021-12-15 + ### Security - Add checksum verification of precompiled NIF files before extracting @@ -68,7 +70,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.10.1...HEAD +[Unreleased]: https://github.com/rusterlium/html5ever_elixir/compare/v0.11.0...HEAD +[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 [0.9.0]: https://github.com/rusterlium/html5ever_elixir/releases/tag/v0.9.0 diff --git a/README.md b/README.md index acefc00..4c41bfc 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.10.0"}] + [{:html5ever, "~> 0.11.0"}] end ``` diff --git a/mix.exs b/mix.exs index cb86fae..99750ac 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Html5ever.Mixfile do use Mix.Project - @version "0.10.1" + @version "0.11.0" @repo_url "https://github.com/rusterlium/html5ever_elixir" def project do