We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb50cd1 commit c33b734Copy full SHA for c33b734
CHANGELOG.md
@@ -1,9 +1,12 @@
1
# Changelog
2
3
-## v0.47.0 - 2024-12-17
+## v0.48.0 - 2024-12-17
4
5
- Fixed a bug where `string.utf_codepoint` would erronously accept negative input.
6
- The deprecated `string_builder` and `bytes_builder` modules have been removed.
7
+
8
+## v0.47.0 - 2024-12-10
9
10
- The `compare` and `to_int` functions from the `gleam/bool` module have been
11
deprecated.
12
gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_stdlib"
-version = "0.47.0"
+version = "0.48.0"
gleam = ">= 0.32.0"
licences = ["Apache-2.0"]
description = "A standard library for the Gleam programming language"
properties/main_test.ts
0 commit comments