We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c705a5e commit fb560daCopy full SHA for fb560da
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.22.3 - 2022-08-09
4
+
5
+- Removed a duplicate import.
6
7
## v0.22.2 - 2022-08-09
8
9
- The list dynamic decoding functions can now decode JavaScript arrays into
gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_stdlib"
-version = "0.22.2"
+version = "0.22.3"
licences = ["Apache-2.0"]
description = "A standard library for the Gleam programming language"
src/gleam/string.gleam
@@ -5,7 +5,6 @@ import gleam/iterator.{Iterator}
import gleam/list
import gleam/option.{None, Option, Some}
import gleam/order
-import gleam/string_builder
import gleam/string_builder.{StringBuilder}
10
11
if erlang {
0 commit comments