Skip to content

Commit 5d2e6bf

Browse files
committed
v0.18.1
1 parent 096bcbf commit 5d2e6bf

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
with:
1717
otp-version: "25.1"
1818
rebar3-version: "3"
19-
gleam-version: "0.26.1"
19+
gleam-version: "0.27.0"
2020
- run: gleam test
2121
- run: gleam format --check src test

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.18.1 - 2023-03-02
4+
5+
- Updated for Gleam 0.27.0.
6+
37
## v0.18.0 - 2023-02-03
48

59
- The `process.send_abnormal_exit` function no longer has labels.

gleam.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "gleam_erlang"
22

3-
version = "0.18.0"
3+
version = "0.18.1"
44
licences = ["Apache-2.0"]
55
description = "A Gleam library for working with Erlang"
66

0 commit comments

Comments
 (0)