this repo has no description
0
fork

Configure Feed

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

v1.3.0

+2 -2
+1 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Unreleased 3 + ## v1.3.0 - 2025-02-02 4 4 5 5 - Fixed deprecation warnings with the Gleam standard library v0.53.0 or later. 6 6
+1 -1
gleam.toml
··· 1 1 name = "gleeunit" 2 - version = "1.2.0" 2 + version = "1.3.0" 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" }