aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2024-05-24 16:50:08 +0100
committerLouis Pilfold <louis@lpil.uk>2024-05-24 16:50:08 +0100
commitd8f046a674197b41e409fec0522a5f6d2d4c7a6d (patch)
tree96ac7459e23f7b0f9283ac35b8759f6dbe6e17ab
parent6d40ea271ace46388d4296c3dff9034d26e67897 (diff)
downloadgleam_stdlib-d8f046a674197b41e409fec0522a5f6d2d4c7a6d.tar.gz
gleam_stdlib-d8f046a674197b41e409fec0522a5f6d2d4c7a6d.zip
v0.38.0v0.38.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 76c68d5..2e0e6e6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## Unreleased
+## v0.38.0 - 2024-05-24
- The `set` module gains the `is_subset`, `is_disjoint`, and `symmetric_difference` functions
- The `sort` function of the `list` module has been optimised in case it's
diff --git a/gleam.toml b/gleam.toml
index 17acd8f..945a65d 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_stdlib"
-version = "0.37.0"
+version = "0.38.0"
gleam = ">= 0.32.0"
licences = ["Apache-2.0"]
description = "A standard library for the Gleam programming language"