diff options
author | Louis Pilfold <louis@lpil.uk> | 2024-10-31 16:31:00 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-10-31 16:31:09 +0000 |
commit | b617da1d359ce2331f5410c456302e5966e00489 (patch) | |
tree | 451dff3aeb676c6ae5a601302623f139fe10a9ae | |
parent | 75d5165c196ebec3b34f9c9c501f8e6dc64aa5b8 (diff) | |
download | gleam_stdlib-b617da1d359ce2331f5410c456302e5966e00489.tar.gz gleam_stdlib-b617da1d359ce2331f5410c456302e5966e00489.zip |
v0.41.0v0.41.0
-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" |