diff options
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | gleam.toml | 2 |
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. @@ -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" |