Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adriankumpf committed May 25, 2023
1 parent 3bbb3d2 commit e538ff4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased]

## [0.10.0] - 2023-05-25

- Add support for OTP 26
- Require Elixir 1.12

## [0.9.0] - 2022-08-19

### Breaking changes
Expand Down Expand Up @@ -115,7 +120,8 @@

## [0.1.0] - 2018-03-31

[unreleased]: https://github.com/adriankumpf/arb-ex/compare/v0.9.0...HEAD
[unreleased]: https://github.com/adriankumpf/arb-ex/compare/v0.10.0...HEAD
[0.10.0]: https://github.com/adriankumpf/arb-ex/compare/v0.9.0...v0.10.0
[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
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.9"}
{:arb, "~> 0.10"}
]
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.9.0",
version: "0.10.0",
elixir: "~> 1.12",
start_permanent: Mix.env() == :prod,
compilers: Mix.compilers(),
Expand Down
12 changes: 6 additions & 6 deletions native/arb/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e538ff4

Please sign in to comment.