Skip to content

Commit 3882a49

Browse files
committed
v0.68.1
1 parent 23b0cf6 commit 3882a49

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

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+
38
## v0.68.0 - 2026-01-08
49

510
- The dict implementation has been rewritten implementing the CHAMP (Compressed

gleam.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "gleam_stdlib"
2-
version = "0.68.0"
2+
version = "0.68.1"
33
gleam = ">= 1.14.0"
44
licences = ["Apache-2.0"]
55
description = "A standard library for the Gleam programming language"

0 commit comments

Comments
 (0)