Skip to content

Commit 1c8c9eb

Browse files
committed
v0.14.1
1 parent a473a19 commit 1c8c9eb

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22

3-
## v0.14.1 - 2024-11-10
3+
## v0.14.1 - 2024-11-15
4+
5+
- Fixed a bug where the `significant` parameter would not be passed to the
6+
supervisor in `static_supervisor`.
7+
8+
## v0.14.0 - 2024-11-10
49

510
- The `gleam/otp/task` gains the `try_await_all` function.
611

gleam.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "gleam_otp"
2-
version = "0.14.0"
2+
version = "0.14.1"
33
licences = ["Apache-2.0"]
44
description = "Fault tolerant multicore Gleam programs with OTP"
55

0 commit comments

Comments
 (0)