Skip to content

Commit

Permalink
v0.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Aug 9, 2022
1 parent c705a5e commit fb560da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.22.3 - 2022-08-09

- Removed a duplicate import.

## v0.22.2 - 2022-08-09

- The list dynamic decoding functions can now decode JavaScript arrays into
Expand Down
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
1 change: 0 additions & 1 deletion src/gleam/string.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -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}

if erlang {
Expand Down

0 comments on commit fb560da

Please sign in to comment.