We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c696173 commit a5d89bdCopy full SHA for a5d89bd
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## [Unreleased]
4
5
+## [0.14.1] - 2024-11-03
6
+
7
+- Bump rustler
8
9
## [0.14.0] - 2024-11-03
10
11
- Bump dependencies
mix.exs
@@ -2,7 +2,7 @@ defmodule Arb.MixProject do
use Mix.Project
@source_url "https://github.com/adriankumpf/arb-ex"
- @version "0.14.0"
+ @version "0.14.1"
def project do
[
0 commit comments