Skip to content

Commit 6ee4726

Browse files
committed
v0.49.0
1 parent e610796 commit 6ee4726

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.49.0 - 2024-12-19
4+
5+
- The `list` module gains the `max` function.
6+
37
## v0.48.0 - 2024-12-17
48

59
- Fixed a bug where `string.utf_codepoint` would erronously accept negative input.

gleam.toml

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

0 commit comments

Comments
 (0)