Skip to content

Commit

Permalink
v0.54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Feb 4, 2025
1 parent 9548d28 commit d092588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 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.
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 d092588

Please sign in to comment.