Skip to content

Commit

Permalink
v0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Jun 27, 2022
1 parent 1513046 commit 402040d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## Unreleased
## v0.22.1 - 2022-06-27

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

## v0.22.0 - 2022-06-15
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.0"
version = "0.22.1"
licences = ["Apache-2.0"]
description = "A standard library for the Gleam programming language"

Expand Down

0 comments on commit 402040d

Please sign in to comment.