···11# Changelog
2233+## v1.5.0 - 2025-06-11
44+55+- Improved the format for unexpected errors on JavaScript.
66+37## v1.4.0 - 2025-04-24
4859- Added support for `assert`.
+1-1
gleam.toml
···11name = "gleeunit"
22-version = "1.4.0"
22+version = "1.5.0"
33licences = ["Apache-2.0"]
44description = "A simple test runner for Gleam, using EUnit on Erlang"
55repository = { type = "github", user = "lpil", repo = "gleeunit" }