diff options
author | Louis Pilfold <louis@lpil.uk> | 2023-05-09 12:49:18 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2023-05-09 12:49:18 +0100 |
commit | 902b81d7741cbb3ef4fbc9643b952125d6977d78 (patch) | |
tree | 0b252f2b482ccf3ad8b7b15d3e141f90423c3780 | |
parent | 9fc13e67f4210b4d1baaa166bf54e69a01478bb2 (diff) | |
download | gleam_stdlib-0.28.2.tar.gz gleam_stdlib-0.28.2.zip |
v0.28.2v0.28.2
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | gleam.toml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b43e9e..b9eaa15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ environment. ## v0.28.1 - 2023-04-10 + - The `iterator` module gains the `each` function. - Fixed a bug in maps when running on JavaScript where value membership could be incorrectly stated in some cases. @@ -1,5 +1,5 @@ name = "gleam_stdlib" -version = "0.28.1" +version = "0.28.2" licences = ["Apache-2.0"] description = "A standard library for the Gleam programming language" |