Skip to content

Commit 05c9539

Browse files
committed
Release v0.12.0
1 parent 9ceb348 commit 05c9539

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.12.0] - 2022-03-14
10+
11+
### Changed
12+
13+
- Start using [`rustler_precompiled`](https://hex.pm/packages/rustler_precompiled) as
14+
dependency.
15+
916
## [0.11.0] - 2021-12-15
1017

1118
### Security
@@ -70,7 +77,8 @@ is not needed for most of people using this project.
7077

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

73-
[Unreleased]: https://github.com/rusterlium/html5ever_elixir/compare/v0.11.0...HEAD
80+
[Unreleased]: https://github.com/rusterlium/html5ever_elixir/compare/v0.12.0...HEAD
81+
[0.12.0]: https://github.com/rusterlium/html5ever_elixir/compare/v0.11.0...v0.12.0
7482
[0.11.0]: https://github.com/rusterlium/html5ever_elixir/compare/v0.10.1...v0.11.0
7583
[0.10.1]: https://github.com/rusterlium/html5ever_elixir/compare/v0.10.0...v0.10.1
7684
[0.10.0]: https://github.com/rusterlium/html5ever_elixir/compare/v0.9.0...v0.10.0

README.md

+1-1
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.12.0"}]
1616
end
1717
```
1818

mix.exs

+1-1
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.12.0-dev"
4+
@version "0.12.0"
55
@repo_url "https://github.com/rusterlium/html5ever_elixir"
66

77
def project do

0 commit comments

Comments
 (0)