Skip to content

Commit 559eaaf

Browse files
committed
v0.3.0
1 parent fe309e3 commit 559eaaf

File tree

3 files changed

+6
-20
lines changed

3 files changed

+6
-20
lines changed

CHANGELOG.md

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

3+
## v0.3.0 - 2021-11-23
4+
5+
- The `erlang` module gains the `start_arguments` function.
6+
37
## v0.2.0 - 2021-11-23
48

59
- Converted from rebar3 to the Gleam build tool.
6-
- The `erlang` module gains the `start_arguments` function.
710

811
## v0.1.0 - 2021-09-11
912

gleam.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name = "gleam_erlang"
22

3-
version = "0.2.0"
3+
version = "0.3.0"
44
licences = ["Apache-2.0"]
5-
description = "A standard library for the Gleam programming language"
5+
description = "A Gleam library for working with Erlang"
66

77
repository = { type = "github", user = "gleam-lang", repo = "erlang" }
88
links = [

src/gleam_erlang.app.src

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)