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 23b0cf6 commit 3882a49Copy full SHA for 3882a49
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.68.1 - 2026-01-10
4
+
5
+- Fixed a bug in the dict implementation where using variants without fields
6
+ as keys could cause a crash.
7
8
## v0.68.0 - 2026-01-08
9
10
- The dict implementation has been rewritten implementing the CHAMP (Compressed
gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_stdlib"
-version = "0.68.0"
+version = "0.68.1"
gleam = ">= 1.14.0"
licences = ["Apache-2.0"]
description = "A standard library for the Gleam programming language"
0 commit comments