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 ce90ab0 commit 82559e9Copy full SHA for 82559e9
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## v0.33.0 - 2023-11-30
4
5
- The `bool` module gains the `lazy_guard` function.
6
- The `gleam/map` module has been deprecated in favour of the `gleam/dict`
gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_stdlib"
-version = "0.32.1"
+version = "0.33.0"
gleam = ">= 0.32.0"
licences = ["Apache-2.0"]
description = "A standard library for the Gleam programming language"
0 commit comments