We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af6f078 commit cca613cCopy full SHA for cca613c
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 0.1.7 (2023-12-15)
4
+- Fix error on concurrent calls when runners are pending
5
+
6
## 0.1.6 (2023-12-11)
7
- Fix references to incorrectly named FLAME_PARENT export
8
mix.exs
@@ -4,7 +4,7 @@ defmodule FLAME.Runner.MixProject do
def project do
[
app: :flame,
- version: "0.1.6",
+ version: "0.1.7",
elixir: "~> 1.14",
9
elixirc_paths: elixirc_paths(Mix.env()),
10
start_permanent: Mix.env() == :prod,
0 commit comments