File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.11.0] - 2021-12-15
10+
911### Security
1012
1113- Add checksum verification of precompiled NIF files before extracting
@@ -68,7 +70,8 @@ is not needed for most of people using this project.
6870
6971- Add support for OTP 24. This was achieved by updating Rustler to v0.22.
7072
71- [ Unreleased ] : https://github.com/rusterlium/html5ever_elixir/compare/v0.10.1...HEAD
73+ [ Unreleased ] : https://github.com/rusterlium/html5ever_elixir/compare/v0.11.0...HEAD
74+ [ 0.11.0 ] : https://github.com/rusterlium/html5ever_elixir/compare/v0.10.1...v0.11.0
7275[ 0.10.1 ] : https://github.com/rusterlium/html5ever_elixir/compare/v0.10.0...v0.10.1
7376[ 0.10.0 ] : https://github.com/rusterlium/html5ever_elixir/compare/v0.9.0...v0.10.0
7477[ 0.9.0 ] : https://github.com/rusterlium/html5ever_elixir/releases/tag/v0.9.0
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ The package can be installed by adding `html5ever` to your list of dependencies
1212
1313``` elixir
1414def deps do
15- [{:html5ever , " ~> 0.10 .0" }]
15+ [{:html5ever , " ~> 0.11 .0" }]
1616end
1717```
1818
Original file line number Diff line number Diff line change 11defmodule Html5ever.Mixfile do
22 use Mix.Project
33
4- @ version "0.10.1 "
4+ @ version "0.11.0 "
55 @ repo_url "https://github.com/rusterlium/html5ever_elixir"
66
77 def project do
You can’t perform that action at this time.
0 commit comments