aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2022-04-24 13:23:09 +0100
committerLouis Pilfold <louis@lpil.uk>2022-04-24 13:23:09 +0100
commitfe0a682670f727bb53e8a961f97718abebe1c69d (patch)
tree00ea0451954bc982c9c07a03e6447891f23d2e2c
parent2889290e5ef29082ae7bb3216667027780dbcc3d (diff)
downloadgleam_stdlib-0.21.0.tar.gz
gleam_stdlib-0.21.0.zip
v0.21.0v0.21.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 c9dd598..2a7dd7a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## Unreleased
+## v0.21.0 - 2022-04-24
- Fixed a bug where record-based map keys would clash in JavaScript.
- The `eunit` Erlang headers are no longer required to compile this package.
diff --git a/gleam.toml b/gleam.toml
index f3a473b..c56438c 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_stdlib"
-version = "0.20.0"
+version = "0.21.0"
licences = ["Apache-2.0"]
description = "A standard library for the Gleam programming language"