aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2023-06-21 17:23:36 +0100
committerLouis Pilfold <louis@lpil.uk>2023-06-21 17:23:36 +0100
commitf4e41c423378175a61dd2c081e7320f41da4a235 (patch)
tree784899f1d88f6b273fad1fb105ed098a7a47f76b
parent2c8c8135ada5d922301caf502af26cfea1057814 (diff)
downloadgleam_stdlib-0.29.2.tar.gz
gleam_stdlib-0.29.2.zip
v0.29.2v0.29.2
-rw-r--r--CHANGELOG.md2
-rw-r--r--gleam.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 00b9bfe..8d74a39 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## Unreleased
+## v0.29.2 - 2023-06-21
- The `result` module gains the `try_recover` function.
- The `string` module gains the `byte_size` function.
diff --git a/gleam.toml b/gleam.toml
index 1d096d9..44a866e 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_stdlib"
-version = "0.29.1"
+version = "0.29.2"
licences = ["Apache-2.0"]
description = "A standard library for the Gleam programming language"