Skip to content

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adriankumpf committed Mar 2, 2024
1 parent 0e35116 commit 3399044
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

## [Unreleased]

## [0.11.0] - 2024-03-02

- Require Elixir 1.13
- Upgrade rustler from 0.28 to 0.31

## [0.10.0] - 2023-05-25

Expand Down Expand Up @@ -122,7 +125,8 @@

## [0.1.0] - 2018-03-31

[unreleased]: https://github.com/adriankumpf/arb-ex/compare/v0.10.0...HEAD
[unreleased]: https://github.com/adriankumpf/arb-ex/compare/v0.11.0...HEAD
[0.11.0]: https://github.com/adriankumpf/arb-ex/compare/v0.10.0...v0.11.0
[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
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.10.0",
version: "0.11.0",
elixir: "~> 1.13",
start_permanent: Mix.env() == :prod,
compilers: Mix.compilers(),
Expand Down

0 comments on commit 3399044

Please sign in to comment.