tangled
alpha
login
or
join now
keii.dev
/
wisp
3
fork
atom
🧚 A practical web framework for Gleam
3
fork
atom
overview
issues
pulls
pipelines
v0.5.0
Louis Pilfold
2 years ago
aaeae8da
f663812b
+2
-2
2 changed files
expand all
collapse all
unified
split
CHANGELOG.md
gleam.toml
+1
-1
CHANGELOG.md
···
1
1
# Changelog
2
2
3
3
-
## Unreleased
3
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
2
-
version = "0.4.0"
2
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"]