aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2024-02-15 17:48:05 +0000
committerLouis Pilfold <louis@lpil.uk>2024-02-15 17:48:05 +0000
commitf36ef4d48887ae490b00f12c032ef5f5016f8f8a (patch)
treed272f13fc14c60281107e2acf842087124e4be29
parentdcfb858701f8bdd1e49c1079292bcc6a850d64b9 (diff)
downloadgleam_stdlib-0.35.1.tar.gz
gleam_stdlib-0.35.1.zip
v0.35.1v0.35.1
-rw-r--r--CHANGELOG.md4
-rw-r--r--gleam.toml2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e98bb1e..846dc7e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## v0.35.1 - 2024-02-15
+
+- Fixed a warning on the JavaScript target.
+
## v0.35.0 - 2024-02-15
- The `bit_array` module gains the `inspect` function.
diff --git a/gleam.toml b/gleam.toml
index a4d00a9..2151b17 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_stdlib"
-version = "0.35.0"
+version = "0.35.1"
gleam = ">= 0.32.0"
licences = ["Apache-2.0"]
description = "A standard library for the Gleam programming language"