Skip to content

Commit 2f00f7f

Browse files
committed
v0.30.0
1 parent 1fd170f commit 2f00f7f

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## v0.30.0 - 2023-07-16
44

55
- The `list` module gains the `list.map2` function.
66
- `reverse` has been renamed to `negate` in the `order` module.
@@ -16,10 +16,12 @@
1616

1717
## v0.29.1 - 2023-06-01
1818

19-
- Fixed a bug on target JavaScript where `regex.check` would not correctly execute
20-
while using the same regular expression in consecutive calls.
21-
- The `zip` function's second argument in the `list` module gains the `with` label.
22-
- The `strict_zip` function's second argument in the `list` module gains the `with` label.
19+
- Fixed a bug on target JavaScript where `regex.check` would not correctly
20+
execute while using the same regular expression in consecutive calls.
21+
- The `zip` function's second argument in the `list` module gains the `with`
22+
label.
23+
- The `strict_zip` function's second argument in the `list` module gains the
24+
`with` label.
2325
- The `pair` module gains the `new` function.
2426

2527
## v0.29.0 - 2023-05-23

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.29.2"
2+
version = "0.30.0"
33
licences = ["Apache-2.0"]
44
description = "A standard library for the Gleam programming language"
55

0 commit comments

Comments
 (0)