aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2023-12-02 22:23:11 +0000
committerLouis Pilfold <louis@lpil.uk>2023-12-02 22:23:11 +0000
commite261f0fde8fb3b86830cc0fc5db039378cfb3d9e (patch)
treea495a60a6809b397544333d37a6a188a2288a087
parentf1c66344fcc4a507a6dcf21847c4eb732fc4652b (diff)
downloadgleam_stdlib-0.33.1.tar.gz
gleam_stdlib-0.33.1.zip
v0.33.1v0.33.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 ac552b7..016099b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## v0.33.1 - Unreleased
+## v0.33.1 - 2023-12-02
- Fixed `string.to_graphemes` failing on JavaScript runtimes when the
`Intl.Segmenter` class is not available.
diff --git a/gleam.toml b/gleam.toml
index 0cb0531..a978a7f 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_stdlib"
-version = "0.33.0"
+version = "0.33.1"
gleam = ">= 0.32.0"
licences = ["Apache-2.0"]
description = "A standard library for the Gleam programming language"