🧚 A practical web framework for Gleam

v0.5.0

+2 -2
+1 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Unreleased 3 + ## v0.5.0 - 2023-09-13 4 4 5 5 - The `wisp` module gains the `set_cookie`, `get_cookie`, `json_response` and 6 6 `priv_directory` functions.
+1 -1
gleam.toml
··· 1 1 name = "wisp" 2 - version = "0.4.0" 2 + version = "0.5.0" 3 3 gleam = ">= 0.30.0" 4 4 description = "A practical web framework for Gleam" 5 5 licences = ["Apache-2.0"]