Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adriankumpf committed Aug 19, 2022
1 parent d755c7c commit 9ff6bc6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [0.9.0] - 2022-08-19

### Breaking changes

- All `:error` tuples now contain an `Arb.Error` exception struct

## [0.8.1] - 2022-04-29

- Update dependencies
Expand Down Expand Up @@ -109,7 +115,8 @@

## [0.1.0] - 2018-03-31

[unreleased]: https://github.com/adriankumpf/arb-ex/compare/v0.8.1...HEAD
[unreleased]: https://github.com/adriankumpf/arb-ex/compare/v0.9.0...HEAD
[0.9.0]: https://github.com/adriankumpf/arb-ex/compare/v0.8.1...v0.9.0
[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
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.8"}
{:arb, "~> 0.9"}
]
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.1",
version: "0.9.0",
elixir: "~> 1.6",
start_permanent: Mix.env() == :prod,
compilers: Mix.compilers(),
Expand Down

0 comments on commit 9ff6bc6

Please sign in to comment.