From ee76a85e29333dc65865fb0197306fa0aedb54f7 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Tue, 23 May 2023 10:49:35 +0100 Subject: [PATCH] v0.29.0 --- CHANGELOG.md | 2 +- gleam.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c63f29ac..4da5207f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## v0.29.0 - 2023-05-23 - The `result` module gains the `partition` function. - `dynamic.tupleN` functions now support lists. diff --git a/gleam.toml b/gleam.toml index 163a75ef..5831bb3b 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "gleam_stdlib" -version = "0.28.2" +version = "0.29.0" licences = ["Apache-2.0"] description = "A standard library for the Gleam programming language"