Skip to content

Commit

Permalink
Add recent release to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-viney authored and lpil committed Feb 14, 2025
1 parent f690a8e commit 957b83b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@

## Unreleased

- The `uri` module gains the `empty` value, representing an empty URI which
equivalent to `""`.

## v0.54.0 - 2025-02-04

- The deprecated `drop_left`, `drop_right`, `pad_left`, `pad_right`,
`trim_left`, and `trim_right` functions have been removed.
- Fixed a bug that would result in `list.unique` having quadratic runtime.
- Fixed the implementation of `list.key_set` to be tail recursive.
- The `pop` and `pop_map` functions in the `list` module have been deprecated.
- The `uri` module gains the `empty` value, representing an empty URI which
equivalent to `""`.

## v0.53.0 - 2025-01-23

Expand Down
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "gleam_stdlib"
version = "0.53.0"
version = "0.54.0"
gleam = ">= 0.32.0"
licences = ["Apache-2.0"]
description = "A standard library for the Gleam programming language"
Expand Down

0 comments on commit 957b83b

Please sign in to comment.