Skip to content

Commit

Permalink
v0.18.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Nov 23, 2021
1 parent 007ef7e commit b96f097
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 24 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Changelog

## Unreleased
## v0.18.0-rc1 - 2021-11-23

- Converted to use the Gleam build tool, not rebar3.
- The `iterator` module gains the `first` and `at` functions.
- The `list` module renames the `head` and `tail` functions to `first` and `rest`.
- `int.to_base_string` now returns a `Result(Int, InvalidBase)`.
Expand Down
4 changes: 2 additions & 2 deletions gleam.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "gleam_stdlib"
version = "0.17.1"
licence = "Apache-2.0"
version = "0.18.0-rc1"
licences = ["Apache-2.0"]
description = "A standard library for the Gleam programming language"

repository = { type = "github", user = "gleam-lang", repo = "stdlib" }
Expand Down
10 changes: 0 additions & 10 deletions rebar.config

This file was deleted.

1 change: 0 additions & 1 deletion rebar.lock

This file was deleted.

10 changes: 0 additions & 10 deletions src/gleam_stdlib.app.src

This file was deleted.

0 comments on commit b96f097

Please sign in to comment.