Skip to content

Commit c33b734

Browse files
committed
v0.48.0
1 parent bb50cd1 commit c33b734

File tree

3 files changed

+5
-78
lines changed

3 files changed

+5
-78
lines changed

Diff for: CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Changelog
22

3-
## v0.47.0 - 2024-12-17
3+
## v0.48.0 - 2024-12-17
44

55
- Fixed a bug where `string.utf_codepoint` would erronously accept negative input.
66
- The deprecated `string_builder` and `bytes_builder` modules have been removed.
7+
8+
## v0.47.0 - 2024-12-10
9+
710
- The `compare` and `to_int` functions from the `gleam/bool` module have been
811
deprecated.
912

Diff for: gleam.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "gleam_stdlib"
2-
version = "0.47.0"
2+
version = "0.48.0"
33
gleam = ">= 0.32.0"
44
licences = ["Apache-2.0"]
55
description = "A standard library for the Gleam programming language"

Diff for: properties/main_test.ts

-76
This file was deleted.

0 commit comments

Comments
 (0)