We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 096bcbf commit 5d2e6bfCopy full SHA for 5d2e6bf
.github/workflows/test.yml
@@ -16,6 +16,6 @@ jobs:
16
with:
17
otp-version: "25.1"
18
rebar3-version: "3"
19
- gleam-version: "0.26.1"
+ gleam-version: "0.27.0"
20
- run: gleam test
21
- run: gleam format --check src test
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.18.1 - 2023-03-02
4
+
5
+- Updated for Gleam 0.27.0.
6
7
## v0.18.0 - 2023-02-03
8
9
- The `process.send_abnormal_exit` function no longer has labels.
gleam.toml
@@ -1,6 +1,6 @@
name = "gleam_erlang"
-version = "0.18.0"
+version = "0.18.1"
licences = ["Apache-2.0"]
description = "A Gleam library for working with Erlang"
0 commit comments