···11# Changelog
2233+## v1.6.1 - 2025-07-23
44+55+- Fixed a bug where the number of skipped tests could be omitted.
66+- Fixed a bug where the wrong exit status code could be used.
77+38## v1.6.0 - 2025-06-29
49510- Improved formatting of unexpected errors.
+1-1
gleam.toml
···11name = "gleeunit"
22-version = "1.6.0"
22+version = "1.6.1"
33licences = ["Apache-2.0"]
44description = "A simple test runner for Gleam, using EUnit on Erlang"
55repository = { type = "github", user = "lpil", repo = "gleeunit" }