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 b19f32b commit 168397eCopy full SHA for 168397e
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
8
## v0.42.0 - 2024-11-15
9
10
- The `bit_array` module gains the `bit_size` and `starts_with` functions.
gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_stdlib"
-version = "0.42.0"
+version = "0.43.0"
gleam = ">= 0.32.0"
licences = ["Apache-2.0"]
description = "A standard library for the Gleam programming language"
0 commit comments