Skip to content

Commit

Permalink
Merge pull request #63 from mischov/release/0.14.3
Browse files Browse the repository at this point in the history
Release v0.14.3
  • Loading branch information
mischov authored Mar 27, 2023
2 parents 751786e + 5cdc593 commit 0738dc1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## v0.14.3 (2023-03-27)

### Fixes

* Add `RUSTLER_NIF_VERSION` to release workflow

## v0.14.2 (2023-03-26)

### Fixes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Ensure Rust is installed, then add Meeseeks_Html5ever to your `mix.exs`:
```elixir
def deps do
[
{:meeseeks_html5ever, "~> 0.14.2"}
{:meeseeks_html5ever, "~> 0.14.3"}
]
end
```
Expand All @@ -40,7 +40,7 @@ If you want to force compilation you will need to have the Rust compiler [instal
```elixir
def deps do
[
{:meeseeks_html5ever, "~> 0.14.2"},
{:meeseeks_html5ever, "~> 0.14.3"},
{:rustler, ">= 0.0.0", optional: true}
]
end
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule MeeseeksHtml5ever.Mixfile do

@description "Meeseeks-specific NIF binding of html5ever using Rustler"
@source_url "https://github.com/mischov/meeseeks_html5ever"
@version "0.14.2"
@version "0.14.3"

def project do
[
Expand Down
2 changes: 1 addition & 1 deletion native/meeseeks_html5ever_nif/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "meeseeks_html5ever_nif"
version = "0.14.2"
version = "0.14.3"
authors = ["Mischov <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 0738dc1

Please sign in to comment.