We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23fa030 commit 3684de5Copy full SHA for 3684de5
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Changelog
2
3
+## v0.63.0 - 2025-09-07
4
+
5
- The performance of the `string.repeat` function has been improved. It now runs
6
in loglinear time.
7
- Fixed a bug in the `uri.parse` function where parsing a uri with an empty port
gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_stdlib"
-version = "0.62.1"
+version = "0.63.0"
gleam = ">= 1.11.0"
licences = ["Apache-2.0"]
description = "A standard library for the Gleam programming language"
0 commit comments