diff options
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | gleam.toml | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a50496..37e314f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog -## v0.41.0 - Unreleased +## v0.41.0 - 2024-10-31 + +Happy Samhain! 🎃 - The `bit_array` module gains the `compare` function. - The `float` module gains the `to_precision` function. @@ -1,5 +1,5 @@ name = "gleam_stdlib" -version = "0.40.0" +version = "0.41.0" gleam = ">= 0.32.0" licences = ["Apache-2.0"] description = "A standard library for the Gleam programming language" |