Skip to content

Commit

Permalink
v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Dec 10, 2024
1 parent 4e338a3 commit dce2515
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit dce2515

Please sign in to comment.