aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2023-08-31 14:59:26 +0100
committerLouis Pilfold <louis@lpil.uk>2023-08-31 14:59:26 +0100
commit7eb79b56bef006957b597fc5ad277db539a87d69 (patch)
tree652e7fcf27a11432da89e25cb157f16f130a92ac
parent045770bacea6280e52a070da26efdc845520b947 (diff)
downloadgleam_stdlib-7eb79b56bef006957b597fc5ad277db539a87d69.tar.gz
gleam_stdlib-7eb79b56bef006957b597fc5ad277db539a87d69.zip
v0.30.2v0.30.2
-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 08e9fdc..3fe36be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## v0.30.2 - Unreleased
+## v0.30.2 - 2023-08-31
- Fixed a bug where `base.decode64` could crash on the Erlang target.
diff --git a/gleam.toml b/gleam.toml
index ca87fdb..82eba19 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_stdlib"
-version = "0.30.1"
+version = "0.30.2"
gleam = ">= 0.30.0"
licences = ["Apache-2.0"]
description = "A standard library for the Gleam programming language"