aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2023-11-01 15:48:55 +0000
committerLouis Pilfold <louis@lpil.uk>2023-11-01 15:48:55 +0000
commit5d08571cb57a5f2117a0ee9a06d7cc260b96ba1d (patch)
tree3881af725550bd1ddb103a80e677966ca2e49914
parent62b05d74e041b754107b04921e02965fe3db63cc (diff)
downloadgleam_stdlib-5d08571cb57a5f2117a0ee9a06d7cc260b96ba1d.tar.gz
gleam_stdlib-5d08571cb57a5f2117a0ee9a06d7cc260b96ba1d.zip
v0.32.0v0.32.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 b707390..bea4e2c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## Unreleased
+## v0.32.0 - 2023-11-01
- The `set.filter` label `for` was renamed to `keeping`.
- The `map.filter` label `for` was renamed to `keeping`.
diff --git a/gleam.toml b/gleam.toml
index 51feaf3..94f0951 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_stdlib"
-version = "0.31.0"
+version = "0.32.0"
gleam = ">= 0.32.0"
licences = ["Apache-2.0"]
description = "A standard library for the Gleam programming language"