diff --git a/CHANGELOG.md b/CHANGELOG.md index 6945343c..0d110acb 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 04ba258b..a05d27e7 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"