Skip to content

Commit 902b81d

Browse files
committed
v0.28.2
1 parent 9fc13e6 commit 902b81d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
environment.
99

1010
## v0.28.1 - 2023-04-10
11+
1112
- The `iterator` module gains the `each` function.
1213
- Fixed a bug in maps when running on JavaScript where value membership could be
1314
incorrectly stated in some cases.

gleam.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "gleam_stdlib"
2-
version = "0.28.1"
2+
version = "0.28.2"
33
licences = ["Apache-2.0"]
44
description = "A standard library for the Gleam programming language"
55

0 commit comments

Comments
 (0)