Skip to content

Commit

Permalink
v0.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Dec 19, 2024
1 parent e610796 commit 6ee4726
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.49.0 - 2024-12-19

- The `list` module gains the `max` function.

## v0.48.0 - 2024-12-17

- Fixed a bug where `string.utf_codepoint` would erronously accept negative input.
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.48.0"
version = "0.49.0"
gleam = ">= 0.32.0"
licences = ["Apache-2.0"]
description = "A standard library for the Gleam programming language"
Expand Down

0 comments on commit 6ee4726

Please sign in to comment.