aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2023-06-01 18:11:22 +0100
committerLouis Pilfold <louis@lpil.uk>2023-06-01 18:11:22 +0100
commit89eef10f6766c8cb514175c0b915e1272c775a73 (patch)
treeea1b91bff051b9916dcfb01ee437cf8023b304f2
parent086b83a2038b72d194a66185b4a8da82b5c5b6dc (diff)
downloadgleam_stdlib-89eef10f6766c8cb514175c0b915e1272c775a73.tar.gz
gleam_stdlib-89eef10f6766c8cb514175c0b915e1272c775a73.zip
v0.29.1v0.29.1
-rw-r--r--CHANGELOG.md2
-rw-r--r--gleam.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 16c3306..05a5c7d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## Unreleased
+## 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.
diff --git a/gleam.toml b/gleam.toml
index 5831bb3..1d096d9 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_stdlib"
-version = "0.29.0"
+version = "0.29.1"
licences = ["Apache-2.0"]
description = "A standard library for the Gleam programming language"