aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2025-01-04 12:23:49 +0000
committerLouis Pilfold <louis@lpil.uk>2025-01-04 12:23:49 +0000
commit330a3cc3c7bad3ba1171a5aa11d5451a6ee18278 (patch)
tree10d52dd6f808975b2102384784906a5a296ddb05
parent6f44f8382a7dad77c42d53193701ae8e49beb214 (diff)
downloadgleam_stdlib-330a3cc3c7bad3ba1171a5aa11d5451a6ee18278.tar.gz
gleam_stdlib-330a3cc3c7bad3ba1171a5aa11d5451a6ee18278.zip
-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 6945343..0d110ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## Unreleased
+## v0.52.0 - 2025-01-04
- Improved the precision of `float.to_precision`.
- The deprecated `function.compose`, `function.constant`, `function.apply*`,
diff --git a/gleam.toml b/gleam.toml
index 04ba258..a05d27e 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_stdlib"
-version = "0.51.0"
+version = "0.52.0"
gleam = ">= 0.32.0"
licences = ["Apache-2.0"]
description = "A standard library for the Gleam programming language"