Skip to content

Commit 374c4eb

Browse files
committed
Release v0.13.0
1 parent 636bde3 commit 374c4eb

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

3+
## v0.13.0 (2019-09-08)
4+
5+
### Compatability
6+
7+
* No longer support Elixir 1.4, Elixir 1.5, or Erlang/OTP 19 (minumum tested compatiblity is now Elixir 1.6 and Erlang/OTP 20)
8+
* Support Elixir 1.9 and Erlang/OTP 22
9+
10+
### Fixes
11+
12+
* [Parse] Update to `meeseeks_html5ever v0.12.0`, which supports Erlang/OTP 22
13+
314
## v0.12.0 (2019-07-25)
415

516
### Breaking

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Ensure Rust is installed, then add Meeseeks to your `mix.exs`:
102102
```elixir
103103
defp deps do
104104
[
105-
{:meeseeks, "~> 0.12.0"}
105+
{:meeseeks, "~> 0.13.0"}
106106
]
107107
end
108108
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Meeseeks.Mixfile do
22
use Mix.Project
33

4-
@version "0.12.0"
4+
@version "0.13.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)