Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Nov 11, 2022
1 parent 1a86f1a commit ca30646
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Changelog

## v0.5.0 - Unreleased
## v0.5.1 - 2022-11-11

- Updated to use the process module in the `gleam_erlang` library`.
- Fixed bug: tasks are now unmonitored by their parent after completion.

## v0.5.0 - 2022-08-09

- Updated to use the process module in the `gleam_erlang` library`.

## v0.4.0 - 2022-04-16

- The `gleam/otp/process` module gains the `pid_from_dynamic` function.
Expand Down Expand Up @@ -32,7 +35,7 @@

## v0.1.4 - 2020-12-31

- Port messages are no longer treated as regular channel messages by
- Port messages are no longer treated as regular channel messages by
receivers.

## v0.1.3 - 2020-11-07
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.5.0"
version = "0.5.1"
licences = ["Apache-2.0"]
description = "Fault tolerant multicore Gleam programs with OTP"

Expand Down

0 comments on commit ca30646

Please sign in to comment.