aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2024-12-22 10:55:32 +0000
committerLouis Pilfold <louis@lpil.uk>2024-12-22 10:56:21 +0000
commitfc9444cec5e9482d2d1b56cf3354321d82a75f36 (patch)
tree629ff568399b727d97efc81d6829eb2efbe00257
parentf43a6366e44062a5928340599591048a89f7398f (diff)
downloadgleam_stdlib-fc9444cec5e9482d2d1b56cf3354321d82a75f36.tar.gz
gleam_stdlib-fc9444cec5e9482d2d1b56cf3354321d82a75f36.zip
v0.50.0
-rw-r--r--CHANGELOG.md5
-rw-r--r--gleam.toml2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8c926ee..578da59 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+## v0.50.0 - 2024-12-22
+
+- The `dynamic/decode` module has been added. This module will replace the
+ dynamic decoding combinators from `dynamic` (`decode3`, etc) in future.
+
## v0.49.0 - 2024-12-19
- The `float` module gains the `exponential` and `logarithm` function.
diff --git a/gleam.toml b/gleam.toml
index 9107081..d4a2ac6 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_stdlib"
-version = "0.49.0"
+version = "0.50.0"
gleam = ">= 0.32.0"
licences = ["Apache-2.0"]
description = "A standard library for the Gleam programming language"