Skip to content

Commit fc83fbe

Browse files
committed
Revert "Release v0.11.0"
This reverts commit 35afb4f. We enconter some problems in the parsing side.
1 parent 35afb4f commit fc83fbe

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9-
## [0.11.0] - 2021-12-07
10-
119
### Security
1210

1311
- Add checksum verification of precompiled NIF files before extracting
@@ -70,8 +68,7 @@ is not needed for most of people using this project.
7068

7169
- Add support for OTP 24. This was achieved by updating Rustler to v0.22.
7270

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
71+
[Unreleased]: https://github.com/rusterlium/html5ever_elixir/compare/v0.10.1...HEAD
7572
[0.10.1]: https://github.com/rusterlium/html5ever_elixir/compare/v0.10.0...v0.10.1
7673
[0.10.0]: https://github.com/rusterlium/html5ever_elixir/compare/v0.9.0...v0.10.0
7774
[0.9.0]: https://github.com/rusterlium/html5ever_elixir/releases/tag/v0.9.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The package can be installed by adding `html5ever` to your list of dependencies
1212

1313
```elixir
1414
def deps do
15-
[{:html5ever, "~> 0.11.0"}]
15+
[{:html5ever, "~> 0.10.0"}]
1616
end
1717
```
1818

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Html5ever.Mixfile do
22
use Mix.Project
33

4-
@version "0.11.0"
4+
@version "0.10.1"
55
@repo_url "https://github.com/rusterlium/html5ever_elixir"
66

77
def project do

0 commit comments

Comments
 (0)