Skip to content

Commit cca613c

Browse files
committed
Release 0.1.7
1 parent af6f078 commit cca613c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.1.7 (2023-12-15)
4+
- Fix error on concurrent calls when runners are pending
5+
36
## 0.1.6 (2023-12-11)
47
- Fix references to incorrectly named FLAME_PARENT export
58

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule FLAME.Runner.MixProject do
44
def project do
55
[
66
app: :flame,
7-
version: "0.1.6",
7+
version: "0.1.7",
88
elixir: "~> 1.14",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)