Skip to content

Commit

Permalink
v0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Mar 2, 2023
1 parent 096bcbf commit 5d2e6bf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
with:
otp-version: "25.1"
rebar3-version: "3"
gleam-version: "0.26.1"
gleam-version: "0.27.0"
- run: gleam test
- run: gleam format --check src test
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.18.1 - 2023-03-02

- Updated for Gleam 0.27.0.

## v0.18.0 - 2023-02-03

- The `process.send_abnormal_exit` function no longer has labels.
Expand Down
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 5d2e6bf

Please sign in to comment.