Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d4fc596

Browse filesBrowse files
committed
Release v0.14.1
1 parent eed47f6 commit d4fc596
Copy full SHA for d4fc596

File tree

Expand file treeCollapse file tree

2 files changed

+17
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+17
-2
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-1Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

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+
923
## [0.14.0] - 2022-11-04
1024

1125
### Changed
@@ -98,7 +112,8 @@ is not needed for most of people using this project.
98112

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

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
102117
[0.14.0]: https://github.com/rusterlium/html5ever_elixir/compare/v0.13.1...v0.14.0
103118
[0.13.1]: https://github.com/rusterlium/html5ever_elixir/compare/v0.13.0...v0.13.1
104119
[0.13.0]: https://github.com/rusterlium/html5ever_elixir/compare/v0.12.0...v0.13.0

‎mix.exs

Copy file name to clipboardExpand all lines: mix.exs
+1-1Lines 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.14.0-dev"
4+
@version "0.14.1"
55
@repo_url "https://github.com/rusterlium/html5ever_elixir"
66

77
def project do

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.