Skip to content

Commit 402040d

Browse files
committed
v0.22.1
1 parent 1513046 commit 402040d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

3-
## Unreleased
3+
## v0.22.1 - 2022-06-27
44

5-
- Fixed a bug in `big_string.concat`, it now uses `erlang:list_to_bitstring`
5+
- Fixed a bug where `big_string.concat` could crash.
66
- The `bit_builder` module gains the `from_bit_strings` function.
77

88
## v0.22.0 - 2022-06-15

gleam.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "gleam_stdlib"
2-
version = "0.22.0"
2+
version = "0.22.1"
33
licences = ["Apache-2.0"]
44
description = "A standard library for the Gleam programming language"
55

0 commit comments

Comments
 (0)