aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md12
-rw-r--r--gleam.toml2
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
diff --git a/gleam.toml b/gleam.toml
index 53ece59..b2f3abc 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -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"