Skip to content

Commit 49902da

Browse files
committed
v0.68.0
1 parent a58b9e1 commit 49902da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v0.68.0 - Unreleased
3+
## v0.68.0 - 2026-01-08
44

55
- The dict implementation has been rewritten implementing the CHAMP (Compressed
66
Hash Array Mapped Prefix-trees) data structure as described by M.J. Steindorfer

gleam.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "gleam_stdlib"
2-
version = "0.67.1"
3-
gleam = ">= 1.13.0"
2+
version = "0.68.0"
3+
gleam = ">= 1.14.0"
44
licences = ["Apache-2.0"]
55
description = "A standard library for the Gleam programming language"
66

0 commit comments

Comments
 (0)