Skip to content

Commit 3684de5

Browse files
committed
v0.63.0
1 parent 23fa030 commit 3684de5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## v0.63.0 - 2025-09-07
4+
35
- The performance of the `string.repeat` function has been improved. It now runs
46
in loglinear time.
57
- Fixed a bug in the `uri.parse` function where parsing a uri with an empty port

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

0 commit comments

Comments
 (0)