Skip to content

Commit

Permalink
v0.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Dec 17, 2024
1 parent bb50cd1 commit c33b734
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 78 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Changelog

## v0.47.0 - 2024-12-17
## v0.48.0 - 2024-12-17

- Fixed a bug where `string.utf_codepoint` would erronously accept negative input.
- The deprecated `string_builder` and `bytes_builder` modules have been removed.

## v0.47.0 - 2024-12-10

- The `compare` and `to_int` functions from the `gleam/bool` module have been
deprecated.

Expand Down
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
76 changes: 0 additions & 76 deletions properties/main_test.ts

This file was deleted.

0 comments on commit c33b734

Please sign in to comment.