From dce25150f55607dccd6dec03f6a4857baaf8da46 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Tue, 10 Dec 2024 12:07:50 +0000 Subject: [PATCH] v0.16.0 --- CHANGELOG.md | 5 +++++ gleam.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c503d6..1f5fc3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.16.0 - 2024-12-10 + +- Fixed a bug where if an actor times out when starting it would not unlink from + the parent. + ## v0.15.0 - 2024-12-08 - The deprecated `try_await_forever` function in the `gleam/otp/task` module has diff --git a/gleam.toml b/gleam.toml index d7be37a..9f77313 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "gleam_otp" -version = "0.15.0" +version = "0.16.0" licences = ["Apache-2.0"] description = "Fault tolerant multicore Gleam programs with OTP"