🧚 A practical web framework for Gleam

v1.1.0

Changed files
+4 -3
+3 -2
CHANGELOG.md
··· 1 # Changelog 2 3 - ## v1.1.0 - Unreleased 4 5 - - Rather than using `/tmp`, the platform-specific temporary directory is detected used 6 7 ## v1.0.0 - 2024-08-21 8
··· 1 # Changelog 2 3 + ## v1.1.0 - 2024-08-23 4 5 + - Rather than using `/tmp`, the platform-specific temporary directory is 6 + detected used. 7 8 ## v1.0.0 - 2024-08-21 9
+1 -1
gleam.toml
··· 1 name = "wisp" 2 - version = "1.0.0" 3 gleam = ">= 0.32.0" 4 description = "A practical web framework for Gleam" 5 licences = ["Apache-2.0"]
··· 1 name = "wisp" 2 + version = "1.1.0" 3 gleam = ">= 0.32.0" 4 description = "A practical web framework for Gleam" 5 licences = ["Apache-2.0"]