Skip to content

Commit 168397e

Browse files
committed
v0.43.0
1 parent b19f32b commit 168397e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## v0.43.0 - 2024-11-17
4+
5+
- `BytesBuilder` is now an alias of `BytesTree`.
6+
- `StringBuilder` is now an alias of `StringTree`.
7+
38
## v0.42.0 - 2024-11-15
49

510
- The `bit_array` module gains the `bit_size` and `starts_with` functions.

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

0 commit comments

Comments
 (0)