···11# Changelog
2233+## v1.6.2 - 2025-08-23
44+55+- Fixed a bug where the number of passes was reported as the total number of
66+ test.
77+38## v1.6.1 - 2025-07-23
49510- Fixed a bug where the number of skipped tests could be omitted.
···36413742## v1.2.0 - 2024-06-20
38433939-- The Gleam standard library version requirement has been relaxed to
4444+- The Gleam standard library version requirement has been relaxed to
4045 `>= 0.33.0 and < 2.0.0`.
41464247## v1.1.2 - 2024-03-30
+1-1
gleam.toml
···11name = "gleeunit"
22-version = "1.6.1"
22+version = "1.6.2"
33licences = ["Apache-2.0"]
44description = "A simple test runner for Gleam, using EUnit on Erlang"
55repository = { type = "github", user = "lpil", repo = "gleeunit" }