aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--gleam.toml2
-rw-r--r--src/gleam_stdlib.app.src2
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 12abe0b..39cf839 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## Unreleased
+## v0.16.0 - 2021-06-17
- The `list` module gains the `interleave`, `flat_map` and `transpose` functions.
- The `option` module gains the `all` and `values` functions.
diff --git a/gleam.toml b/gleam.toml
index db3ae55..171c8fa 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_stdlib"
-version = "0.15.0"
+version = "0.16.0"
[repository]
type = "github"
diff --git a/src/gleam_stdlib.app.src b/src/gleam_stdlib.app.src
index 7007ddb..f1a0e0d 100644
--- a/src/gleam_stdlib.app.src
+++ b/src/gleam_stdlib.app.src
@@ -1,6 +1,6 @@
{application,gleam_stdlib,
[{description,"A standard library for the Gleam programming language"},
- {vsn,"0.15.0"},
+ {vsn,"0.16.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},