We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f43a636 commit fc9444cCopy full SHA for fc9444c
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
8
## v0.49.0 - 2024-12-19
9
10
- The `float` module gains the `exponential` and `logarithm` function.
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"
0 commit comments