Skip to content

Commit

Permalink
Release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adriankumpf committed Apr 29, 2022
1 parent 1d1b48a commit 244ba26
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [0.8.1] - 2022-04-29

- Update dependencies

## [0.8.0] - 2022-03-01

- Update `rustler` to 0.24
Expand Down Expand Up @@ -105,8 +109,9 @@

## [0.1.0] - 2018-03-31

[unreleased]: https://github.com/adriankumpf/arb-ex/compare/v0.8.0...HEAD
[0.7.0]: https://github.com/adriankumpf/arb-ex/compare/v0.7.0...v0.8.0
[unreleased]: https://github.com/adriankumpf/arb-ex/compare/v0.8.1...HEAD
[0.8.1]: https://github.com/adriankumpf/arb-ex/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/adriankumpf/arb-ex/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/adriankumpf/arb-ex/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/adriankumpf/arb-ex/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/adriankumpf/arb-ex/compare/v0.4.1...v0.5.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Add `:arb` to your list of dependencies:
```elixir
def deps do
[
{:arb, "~> 0.7"}
{:arb, "~> 0.8"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Arb.MixProject do
def project do
[
app: :arb,
version: "0.8.0",
version: "0.8.1",
elixir: "~> 1.6",
start_permanent: Mix.env() == :prod,
compilers: Mix.compilers(),
Expand Down

0 comments on commit 244ba26

Please sign in to comment.