From 6ee4726085624e53e3a10829efc95b5e25741206 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Thu, 19 Dec 2024 12:01:39 +0000 Subject: v0.49.0 --- CHANGELOG.md | 4 ++++ gleam.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c3cb31..30b1cc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/gleam.toml b/gleam.toml index 0ca774c..9107081 100644 --- a/gleam.toml +++ b/gleam.toml @@ -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" -- cgit v1.2.3