aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2023-09-25 13:42:50 +0100
committerLouis Pilfold <louis@lpil.uk>2023-09-25 13:42:50 +0100
commite20352a201499b0e2c662b581ba471daf0698563 (patch)
tree9dc6f70f9c7980de0d612984b0e03d91433ad3a1
parent043310b26a14bec36985c76ca928330568b4e888 (diff)
downloadgleam_stdlib-e20352a201499b0e2c662b581ba471daf0698563.tar.gz
gleam_stdlib-e20352a201499b0e2c662b581ba471daf0698563.zip
v0.31.0v0.31.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 7741174..78ab5b9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## Unreleased
+## v0.31.0 - 2023-09-25
- `list.flatten` is no longer deprecated and is kept as a synonym of
`list.concat`
diff --git a/gleam.toml b/gleam.toml
index 82eba19..b4d51ab 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_stdlib"
-version = "0.30.2"
+version = "0.31.0"
gleam = ">= 0.30.0"
licences = ["Apache-2.0"]
description = "A standard library for the Gleam programming language"