aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2024-10-31 16:31:00 +0000
committerLouis Pilfold <louis@lpil.uk>2024-10-31 16:31:09 +0000
commitb617da1d359ce2331f5410c456302e5966e00489 (patch)
tree451dff3aeb676c6ae5a601302623f139fe10a9ae
parent75d5165c196ebec3b34f9c9c501f8e6dc64aa5b8 (diff)
downloadgleam_stdlib-0.41.0.tar.gz
gleam_stdlib-0.41.0.zip
v0.41.0v0.41.0
-rw-r--r--CHANGELOG.md4
-rw-r--r--gleam.toml2
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.
diff --git a/gleam.toml b/gleam.toml
index 999653e..6f4c887 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -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"