Skip to content

Commit

Permalink
v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Jan 23, 2023
1 parent 5c3505e commit 16be1ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.10.1 - 2023-01-23

- Fixed a bug where unicode characters would be printed incorrectly.

## v0.10.0 - 2023-01-19

- The output for failed assertions when targeting Erlang has been improved.
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 = "gleeunit"
version = "0.10.0"
version = "0.10.1"
licences = ["Apache-2.0"]
description = "Gleam bindings to Erlang's EUnit test framework"

Expand Down

0 comments on commit 16be1ae

Please sign in to comment.