Skip to content

Commit fc9444c

Browse files
committed
v0.50.0
1 parent f43a636 commit fc9444c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## v0.50.0 - 2024-12-22
4+
5+
- The `dynamic/decode` module has been added. This module will replace the
6+
dynamic decoding combinators from `dynamic` (`decode3`, etc) in future.
7+
38
## v0.49.0 - 2024-12-19
49

510
- The `float` module gains the `exponential` and `logarithm` function.

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.49.0"
2+
version = "0.50.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)