diff options
author | Louis Pilfold <louis@lpil.uk> | 2023-07-16 11:44:55 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2023-07-16 11:44:55 +0100 |
commit | 2f00f7ff2673291bab123fd0c3039f5dfaa76486 (patch) | |
tree | f921f708ea961b2f6032961b7793b2c4dbd105d6 | |
parent | 1fd170f5244339e34f1facb24a0893381e94e66a (diff) | |
download | gleam_stdlib-0.30.0.tar.gz gleam_stdlib-0.30.0.zip |
v0.30.0v0.30.0
-rw-r--r-- | CHANGELOG.md | 12 | ||||
-rw-r--r-- | gleam.toml | 2 |
2 files changed, 8 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 306be71..b804e48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## v0.30.0 - 2023-07-16 - The `list` module gains the `list.map2` function. - `reverse` has been renamed to `negate` in the `order` module. @@ -16,10 +16,12 @@ ## v0.29.1 - 2023-06-01 -- Fixed a bug on target JavaScript where `regex.check` would not correctly execute - while using the same regular expression in consecutive calls. -- The `zip` function's second argument in the `list` module gains the `with` label. -- The `strict_zip` function's second argument in the `list` module gains the `with` label. +- Fixed a bug on target JavaScript where `regex.check` would not correctly + execute while using the same regular expression in consecutive calls. +- The `zip` function's second argument in the `list` module gains the `with` + label. +- The `strict_zip` function's second argument in the `list` module gains the + `with` label. - The `pair` module gains the `new` function. ## v0.29.0 - 2023-05-23 @@ -1,5 +1,5 @@ name = "gleam_stdlib" -version = "0.29.2" +version = "0.30.0" licences = ["Apache-2.0"] description = "A standard library for the Gleam programming language" |