We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e610796 commit 6ee4726Copy full SHA for 6ee4726
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.49.0 - 2024-12-19
4
+
5
+- The `list` module gains the `max` function.
6
7
## v0.48.0 - 2024-12-17
8
9
- Fixed a bug where `string.utf_codepoint` would erronously accept negative input.
gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_stdlib"
-version = "0.48.0"
+version = "0.49.0"
gleam = ">= 0.32.0"
licences = ["Apache-2.0"]
description = "A standard library for the Gleam programming language"
0 commit comments