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 1513046 commit 402040dCopy full SHA for 402040d
CHANGELOG.md
@@ -1,8 +1,8 @@
1
# Changelog
2
3
-## Unreleased
+## v0.22.1 - 2022-06-27
4
5
-- Fixed a bug in `big_string.concat`, it now uses `erlang:list_to_bitstring`
+- Fixed a bug where `big_string.concat` could crash.
6
- The `bit_builder` module gains the `from_bit_strings` function.
7
8
## v0.22.0 - 2022-06-15
gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_stdlib"
-version = "0.22.0"
+version = "0.22.1"
licences = ["Apache-2.0"]
description = "A standard library for the Gleam programming language"
0 commit comments