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 66ec88a commit 52f0d6dCopy full SHA for 52f0d6d
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## v0.37.0 - 2024-04-19
4
5
- The `order` module gains the `break_tie` and `lazy_break_tie` functions.
6
- `list.at` has been deprecated as it was misleading and would be commonly
gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_stdlib"
-version = "0.36.0"
+version = "0.37.0"
gleam = ">= 0.32.0"
licences = ["Apache-2.0"]
description = "A standard library for the Gleam programming language"
0 commit comments