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 090eb13 commit d9a9f2aCopy full SHA for d9a9f2a
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Changelog
2
3
+## v0.63.1 - 2025-09-12
4
+
5
- The performance of the `string.drop_start` function has been improved.
6
+- `string.slice` now correctly handles zero-length slices.
7
8
## v0.63.0 - 2025-09-07
9
gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_stdlib"
-version = "0.63.0"
+version = "0.63.1"
gleam = ">= 1.11.0"
licences = ["Apache-2.0"]
description = "A standard library for the Gleam programming language"
0 commit comments