Skip to content

Commit b96f097

Browse files
committed
v0.18.0-rc1
1 parent 007ef7e commit b96f097

File tree

5 files changed

+4
-24
lines changed

5 files changed

+4
-24
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Changelog
22

3-
## Unreleased
3+
## v0.18.0-rc1 - 2021-11-23
44

5+
- Converted to use the Gleam build tool, not rebar3.
56
- The `iterator` module gains the `first` and `at` functions.
67
- The `list` module renames the `head` and `tail` functions to `first` and `rest`.
78
- `int.to_base_string` now returns a `Result(Int, InvalidBase)`.

gleam.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "gleam_stdlib"
2-
version = "0.17.1"
3-
licence = "Apache-2.0"
2+
version = "0.18.0-rc1"
3+
licences = ["Apache-2.0"]
44
description = "A standard library for the Gleam programming language"
55

66
repository = { type = "github", user = "gleam-lang", repo = "stdlib" }

rebar.config

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

rebar.lock

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/gleam_stdlib.app.src

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

0 commit comments

Comments
 (0)