aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2024-02-26 19:51:37 +0000
committerLouis Pilfold <louis@lpil.uk>2024-02-26 19:51:37 +0000
commit875fb53bba04160d95583e91e5857f0c6088a34a (patch)
treebd5fe454a286eaf5608c65d9b6b636865f8035bc
parentafe7bf769a2c6077233ec2dbdcaf467fcaf82d1d (diff)
downloadgleam_stdlib-0.36.0.tar.gz
gleam_stdlib-0.36.0.zip
v0.36.0v0.36.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--gleam.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f6f80df..ce34eac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## Unreleased
+## v0.36.0 - 2024-02-26
- Fixed a bug where on JavaScript the `dynamic.field` function could crash when
given `null`.
diff --git a/gleam.toml b/gleam.toml
index 2151b17..3f4f1bb 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_stdlib"
-version = "0.35.1"
+version = "0.36.0"
gleam = ">= 0.32.0"
licences = ["Apache-2.0"]
description = "A standard library for the Gleam programming language"