Skip to content

Commit

Permalink
Release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adriankumpf committed Jun 1, 2024
1 parent 036e135 commit 74ee751
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [0.12.0] - 2024-06-01

- Bump dependencies

## [0.11.0] - 2024-03-02

- Require Elixir 1.13
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.10"}
{:arb, "~> 0.12"}
]
end
```
Expand Down
4 changes: 2 additions & 2 deletions 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.11.0",
version: "0.12.0",
elixir: "~> 1.13",
start_permanent: Mix.env() == :prod,
compilers: Mix.compilers(),
Expand Down Expand Up @@ -35,7 +35,7 @@ defmodule Arb.MixProject do
files: [
"lib",
"priv",
"native/arb/.cargo/config",
"native/arb/.cargo/config.toml",
"native/arb/Cargo*",
"native/arb/src",
"mix.exs",
Expand Down

0 comments on commit 74ee751

Please sign in to comment.