Skip to content

Commit d9a9f2a

Browse files
committed
v0.63.1
1 parent 090eb13 commit d9a9f2a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

3+
## v0.63.1 - 2025-09-12
4+
35
- The performance of the `string.drop_start` function has been improved.
6+
- `string.slice` now correctly handles zero-length slices.
47

58
## v0.63.0 - 2025-09-07
69

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.63.0"
2+
version = "0.63.1"
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)