File tree 3 files changed +6
-3
lines changed
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
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.11.0] - 2021-12-15
10
+
9
11
### Security
10
12
11
13
- Add checksum verification of precompiled NIF files before extracting
@@ -68,7 +70,8 @@ is not needed for most of people using this project.
68
70
69
71
- Add support for OTP 24. This was achieved by updating Rustler to v0.22.
70
72
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
72
75
[ 0.10.1 ] : https://github.com/rusterlium/html5ever_elixir/compare/v0.10.0...v0.10.1
73
76
[ 0.10.0 ] : https://github.com/rusterlium/html5ever_elixir/compare/v0.9.0...v0.10.0
74
77
[ 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
12
12
13
13
``` elixir
14
14
def deps do
15
- [{:html5ever , " ~> 0.10 .0" }]
15
+ [{:html5ever , " ~> 0.11 .0" }]
16
16
end
17
17
```
18
18
Original file line number Diff line number Diff line change 1
1
defmodule Html5ever.Mixfile do
2
2
use Mix.Project
3
3
4
- @ version "0.10.1 "
4
+ @ version "0.11.0 "
5
5
@ repo_url "https://github.com/rusterlium/html5ever_elixir"
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments