this repo has no description
0
fork

Configure Feed

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

v1.0.0

+3 -4
+2 -2
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Unreleased 3 + ## v1.0.0 - 2023-08-06 4 4 5 - - update to Gleam 0.32 5 + - Updated for Gleam v0.32.0. 6 6 7 7 ## v0.11.0 - 2023-08-06 8 8
+1 -2
gleam.toml
··· 1 1 name = "gleeunit" 2 - version = "0.11.0" 2 + version = "1.0.0" 3 3 licences = ["Apache-2.0"] 4 4 description = "Gleam bindings to Erlang's EUnit test framework" 5 5 gleam = ">= 0.32.0" ··· 15 15 gleam_stdlib = "~> 0.32" 16 16 17 17 [dev-dependencies] 18 - # some_test_package = "~> 1.0.0"