🧚 A practical web framework for Gleam

v0.6.0

+2 -2
+1 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Unreleased 3 + ## v0.6.0 - 2023-10-19 4 4 5 5 - The `wisp.require_form` now handles `application/x-www-form-urlencoded` 6 6 content types with a charset.
+1 -1
gleam.toml
··· 1 1 name = "wisp" 2 - version = "0.5.0" 2 + version = "0.6.0" 3 3 gleam = ">= 0.30.0" 4 4 description = "A practical web framework for Gleam" 5 5 licences = ["Apache-2.0"]