this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

v1.3.1

+5 -1
+4
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## v1.3.1 - 2025-04-24 4 + 5 + - Fixed printing of `let assert` crashes. 6 + 3 7 ## v1.3.0 - 2025-02-02 4 8 5 9 - Fixed deprecation warnings with the Gleam standard library v0.53.0 or later.
+1 -1
gleam.toml
··· 1 1 name = "gleeunit" 2 - version = "1.3.0" 2 + version = "1.3.1" 3 3 licences = ["Apache-2.0"] 4 4 description = "Gleam bindings to Erlang's EUnit test framework" 5 5 repository = { type = "github", user = "lpil", repo = "gleeunit" }