Skip to content

Commit 83c3b54

Browse files
committed
Release v0.9.0
1 parent ff3493e commit 83c3b54

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v0.9.0 (2018-06-15)
4+
5+
### Enhancements
6+
7+
* Add .formatters.exs and mix format project
8+
9+
### Fixes
10+
11+
* Fix Dialyzer-related nif stub error
12+
313
## v0.8.1 (2018-02-07)
414

515
### Fixes

README.md

Lines changed: 1 addition & 1 deletion
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
def deps do
1818
[
19-
{:meeseeks_html5ever, "~> 0.8.1"}
19+
{:meeseeks_html5ever, "~> 0.9.0"}
2020
]
2121
end
2222
```

mix.exs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule MeeseeksHtml5ever.Mixfile do
22
use Mix.Project
33

4-
@version "0.8.1"
4+
@version "0.9.0"
55

66
def project do
77
[
@@ -59,10 +59,7 @@ defmodule MeeseeksHtml5ever.Mixfile do
5959
maintainers: ["Mischov"],
6060
licenses: ["MIT", "Apache-2.0"],
6161
files: ["lib", "native", "mix.exs", "README.md", "LICENSE-MIT", "LICENSE-APACHE"],
62-
links: %{
63-
"GitHub" => "https://github.com/mischov/meeseeks_html5ever",
64-
"Docs" => "https://hexdocs.pm/meeseeks_html5ever"
65-
}
62+
links: %{"GitHub" => "https://github.com/mischov/meeseeks_html5ever"}
6663
]
6764
end
6865
end

0 commit comments

Comments
 (0)