Skip to content

Commit

Permalink
Release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adriankumpf committed Jul 9, 2024
1 parent 3f353ec commit 240de0d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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.13.0] - 2024-07-09

- Upgrade rustler to 0.34

## [0.12.0] - 2024-06-01

- Bump dependencies
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.12"}
{:arb, "~> 0.13"}
]
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.12.0",
version: "0.13.0",
elixir: "~> 1.13",
start_permanent: Mix.env() == :prod,
compilers: Mix.compilers(),
Expand Down

0 comments on commit 240de0d

Please sign in to comment.