Skip to content

Commit

Permalink
Release v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mischov committed Sep 8, 2019
1 parent 636bde3 commit 374c4eb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v0.13.0 (2019-09-08)

### Compatability

* 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)
* Support Elixir 1.9 and Erlang/OTP 22

### Fixes

* [Parse] Update to `meeseeks_html5ever v0.12.0`, which supports Erlang/OTP 22

## v0.12.0 (2019-07-25)

### Breaking
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Ensure Rust is installed, then add Meeseeks to your `mix.exs`:
```elixir
defp deps do
[
{:meeseeks, "~> 0.12.0"}
{:meeseeks, "~> 0.13.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Meeseeks.Mixfile do
use Mix.Project

@version "0.12.0"
@version "0.13.0"

def project do
[
Expand Down

0 comments on commit 374c4eb

Please sign in to comment.