🧚 A practical web framework for Gleam

v0.15.0

Changed files
+3 -4
+2 -3
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Unreleased 3 + ## v0.15.0 - 2024-05-12 4 4 5 - - Updated simplifile to v2.0.0 and replaced the renamed `simplifile.verify_is_file` 6 - function with `simplifile.is_file`. 7 5 - The `mist` version constraint has been increased to >= 1.2.0. 6 + - The `simplifile` version constraint has been increased to >= 2.0.0. 8 7 - The `escape_html` function in the `wisp` module has been optimised. 9 8 10 9 ## v0.14.0 - 2024-03-28
+1 -1
gleam.toml
··· 1 1 name = "wisp" 2 - version = "0.14.0" 2 + version = "0.15.0" 3 3 gleam = ">= 0.32.0" 4 4 description = "A practical web framework for Gleam" 5 5 licences = ["Apache-2.0"]