diff options
author | Louis Pilfold <louis@lpil.uk> | 2023-09-25 13:42:50 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2023-09-25 13:42:50 +0100 |
commit | e20352a201499b0e2c662b581ba471daf0698563 (patch) | |
tree | 9dc6f70f9c7980de0d612984b0e03d91433ad3a1 | |
parent | 043310b26a14bec36985c76ca928330568b4e888 (diff) | |
download | gleam_stdlib-0.31.0.tar.gz gleam_stdlib-0.31.0.zip |
v0.31.0v0.31.0
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | gleam.toml | 2 |
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` @@ -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" |