Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit56f17f3

Browse files
authored
Merge pull request#61 from mischov/release/0.14.2
Release v0.14.2
2 parents20a1d19 +5c9fe50 commit56f17f3

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

‎CHANGELOG.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
##Unreleased
44

5+
##v0.14.2 (2023-03-26)
6+
7+
###Fixes
8+
9+
* Undo adding NIF version 2.14 and make other minor adjustments to the`rustler_precompiled` settings
10+
511
##v0.14.1 (2023-03-26)
612

713
###Fixes

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Ensure Rust is installed, then add Meeseeks_Html5ever to your `mix.exs`:
1616
```elixir
1717
defdepsdo
1818
[
19-
{:meeseeks_html5ever,"~> 0.14.1"}
19+
{:meeseeks_html5ever,"~> 0.14.2"}
2020
]
2121
end
2222
```
@@ -40,7 +40,7 @@ If you want to force compilation you will need to have the Rust compiler [instal
4040
```elixir
4141
defdepsdo
4242
[
43-
{:meeseeks_html5ever,"~> 0.14.1"},
43+
{:meeseeks_html5ever,"~> 0.14.2"},
4444
{:rustler,">= 0.0.0",optional:true}
4545
]
4646
end

‎mix.exs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule MeeseeksHtml5ever.Mixfile do
33

44
@description"Meeseeks-specific NIF binding of html5ever using Rustler"
55
@source_url"https://github.com/mischov/meeseeks_html5ever"
6-
@version"0.14.1"
6+
@version"0.14.2"
77

88
defprojectdo
99
[

‎native/meeseeks_html5ever_nif/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name ="meeseeks_html5ever_nif"
3-
version ="0.14.1"
3+
version ="0.14.2"
44
authors = ["Mischov <mmischov@gmail.com>"]
55
edition ="2018"
66

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp