diff options
author | Louis Pilfold <louis@lpil.uk> | 2024-11-17 15:14:07 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-11-17 15:14:07 +0000 |
commit | 168397ec512edf2efbb44f0d01ffb914c6398f5c (patch) | |
tree | 35bf6dbb1ced10bab6af68456928043c790788a2 | |
parent | b19f32b0fc35302511252bc2273b649a7ddc40f5 (diff) | |
download | gleam_stdlib-0.43.0.tar.gz gleam_stdlib-0.43.0.zip |
v0.43.0v0.43.0
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | gleam.toml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a350c94..114fd96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.43.0 - 2024-11-17 + +- `BytesBuilder` is now an alias of `BytesTree`. +- `StringBuilder` is now an alias of `StringTree`. + ## v0.42.0 - 2024-11-15 - The `bit_array` module gains the `bit_size` and `starts_with` functions. @@ -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" |