Skip to content

Commit 02a4db6

Browse files
authored
Merge branch 'main' into add-bitarray-split
2 parents f34f065 + 957b83b commit 02a4db6

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@
33
## Unreleased
44

55
- The `bit_array` module gains the `split` and `split_once` functions.
6+
- The `uri` module gains the `empty` value, representing an empty URI which
7+
equivalent to `""`.
8+
9+
## v0.54.0 - 2025-02-04
10+
611
- The deprecated `drop_left`, `drop_right`, `pad_left`, `pad_right`,
712
`trim_left`, and `trim_right` functions have been removed.
813
- Fixed a bug that would result in `list.unique` having quadratic runtime.
914
- Fixed the implementation of `list.key_set` to be tail recursive.
1015
- The `pop` and `pop_map` functions in the `list` module have been deprecated.
11-
- The `uri` module gains the `empty` value, representing an empty URI which
12-
equivalent to `""`.
1316

1417
## v0.53.0 - 2025-01-23
1518

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.53.0"
2+
version = "0.54.0"
33
gleam = ">= 0.32.0"
44
licences = ["Apache-2.0"]
55
description = "A standard library for the Gleam programming language"

0 commit comments

Comments
 (0)