File tree 2 files changed +17
-2
lines changed
2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.14.1] - 2023-05-20
10
+
11
+ ### Added
12
+
13
+ - Add support for ` rustler_precompiled ` v0.6.
14
+
15
+ ### Changed
16
+
17
+ - Update Rustler version in the crate from ` v0.26 ` to ` v0.28 ` .
18
+ This shouldn't break anything, but would require the installation of rustler ` v0.28 `
19
+ if needed in the Elixir side.
20
+
21
+ - Change the Rust edition to 2021 (it was 2018). This shouldn't change any behaviour.
22
+
9
23
## [ 0.14.0] - 2022-11-04
10
24
11
25
### Changed
@@ -98,7 +112,8 @@ is not needed for most of people using this project.
98
112
99
113
- Add support for OTP 24. This was achieved by updating Rustler to v0.22.
100
114
101
- [ Unreleased ] : https://github.com/rusterlium/html5ever_elixir/compare/v0.14.0...HEAD
115
+ [ Unreleased ] : https://github.com/rusterlium/html5ever_elixir/compare/v0.14.1...HEAD
116
+ [ 0.14.1 ] : https://github.com/rusterlium/html5ever_elixir/compare/v0.14.0...v0.14.1
102
117
[ 0.14.0 ] : https://github.com/rusterlium/html5ever_elixir/compare/v0.13.1...v0.14.0
103
118
[ 0.13.1 ] : https://github.com/rusterlium/html5ever_elixir/compare/v0.13.0...v0.13.1
104
119
[ 0.13.0 ] : https://github.com/rusterlium/html5ever_elixir/compare/v0.12.0...v0.13.0
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.14.0-dev "
4
+ @ version "0.14.1 "
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