Skip to content

Commit 5de06a9

Browse files
committed
v0.16.0
1 parent 971c07b commit 5de06a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## v0.16.0 - 2021-06-17
44

55
- The `list` module gains the `interleave`, `flat_map` and `transpose` functions.
66
- The `option` module gains the `all` and `values` functions.

gleam.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "gleam_stdlib"
2-
version = "0.15.0"
2+
version = "0.16.0"
33

44
[repository]
55
type = "github"

src/gleam_stdlib.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application,gleam_stdlib,
22
[{description,"A standard library for the Gleam programming language"},
3-
{vsn,"0.15.0"},
3+
{vsn,"0.16.0"},
44
{registered,[]},
55
{applications,[kernel,stdlib]},
66
{env,[]},

0 commit comments

Comments
 (0)