this repo has no description
0
fork

Configure Feed

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

v1.0.2

+6 -2
+4
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## v1.0.2 - 2023-12-19 4 + 5 + - Added Gleam v0.33.0 version requirement. 6 + 3 7 ## v1.0.1 - 2023-12-19 4 8 5 9 - Updated for Gleam v0.33.0.
+2 -2
gleam.toml
··· 1 1 name = "gleeunit" 2 - version = "1.0.1" 2 + version = "1.0.2" 3 3 licences = ["Apache-2.0"] 4 4 description = "Gleam bindings to Erlang's EUnit test framework" 5 - gleam = ">= 0.32.0" 5 + gleam = ">= 0.33.0" 6 6 7 7 [javascript.deno] 8 8 allow_read = [