Skip to content

Commit 957b83b

Browse files
richard-vineylpil
authored andcommitted
Add recent release to changelog
1 parent f690a8e commit 957b83b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22

33
## Unreleased
44

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

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

gleam.toml

+1-1
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)