Skip to content

Commit 818b415

Browse files
authored
Merge pull request #118 from mischov/release/v0.16.1
Release v0.16.1
2 parents a2ae632 + 13578a6 commit 818b415

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## v0.16.1 (2021-10-20)
6+
57
### Compatibility
68

79
* Use `meeseeks_html5ever v0.13.1`, which supports compilation on Apple M1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Ensure Rust is installed, then add Meeseeks to your `mix.exs`:
4646
```elixir
4747
defp deps do
4848
[
49-
{:meeseeks, "~> 0.16.0"}
49+
{:meeseeks, "~> 0.16.1"}
5050
]
5151
end
5252
```

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.16.0"
4+
@version "0.16.1"
55

66
def project do
77
[

0 commit comments

Comments
 (0)