Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Apr 16, 2022
1 parent 9b51e8d commit a211592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## v0.4.0 - 2022-04-16

- The `gleam/otp/process` module gains the `pid_from_dynamic` function.
- The `gleam/otp/task` module gains the `await_forever` and `try_await_forever` functions.
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.3.1"
version = "0.4.0"
licences = ["Apache-2.0"]
description = "Fault tolerant multicore Gleam programs with OTP"

Expand Down

0 comments on commit a211592

Please sign in to comment.