🧚 A practical web framework for Gleam

v0.7.0

Changed files
+2 -2
+1 -1
CHANGELOG.md
··· 1 # Changelog 2 3 - ## Unreleased 4 5 - Updated for Gleam v0.32. All references to "bit string" have been changed to 6 "bit array" to match.
··· 1 # Changelog 2 3 + ## v0.7.0 - 2023-11-05 4 5 - Updated for Gleam v0.32. All references to "bit string" have been changed to 6 "bit array" to match.
+1 -1
gleam.toml
··· 1 name = "wisp" 2 - version = "0.6.0" 3 gleam = ">= 0.32.0" 4 description = "A practical web framework for Gleam" 5 licences = ["Apache-2.0"]
··· 1 name = "wisp" 2 + version = "0.7.0" 3 gleam = ">= 0.32.0" 4 description = "A practical web framework for Gleam" 5 licences = ["Apache-2.0"]