We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4019fef commit b517b98Copy full SHA for b517b98
CHANGELOG.md
@@ -1,10 +1,9 @@
1
# Changelog
2
3
-## Unreleased
+## v0.15.0 - 2024-05-12
4
5
-- Updated simplifile to v2.0.0 and replaced the renamed `simplifile.verify_is_file`
6
- function with `simplifile.is_file`.
7
- The `mist` version constraint has been increased to >= 1.2.0.
+- The `simplifile` version constraint has been increased to >= 2.0.0.
8
- The `escape_html` function in the `wisp` module has been optimised.
9
10
## v0.14.0 - 2024-03-28
gleam.toml
@@ -1,5 +1,5 @@
name = "wisp"
-version = "0.14.0"
+version = "0.15.0"
gleam = ">= 0.32.0"
description = "A practical web framework for Gleam"
licences = ["Apache-2.0"]
0 commit comments