From 5de06a97e35a8bd5e55653f5619562495c48f8bc Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Thu, 17 Jun 2021 11:38:29 +0100 Subject: v0.16.0 --- CHANGELOG.md | 2 +- gleam.toml | 2 +- src/gleam_stdlib.app.src | 2 +- 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,[]}, -- cgit v1.2.3