diff options
author | Louis Pilfold <louis@lpil.uk> | 2023-12-02 22:23:11 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2023-12-02 22:23:11 +0000 |
commit | e261f0fde8fb3b86830cc0fc5db039378cfb3d9e (patch) | |
tree | a495a60a6809b397544333d37a6a188a2288a087 | |
parent | f1c66344fcc4a507a6dcf21847c4eb732fc4652b (diff) | |
download | gleam_stdlib-0.33.1.tar.gz gleam_stdlib-0.33.1.zip |
v0.33.1v0.33.1
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | gleam.toml | 2 |
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. @@ -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" |