Skip to content

Commit b517b98

Browse files
committed
v0.15.0
1 parent 4019fef commit b517b98

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Changelog
22

3-
## Unreleased
3+
## v0.15.0 - 2024-05-12
44

5-
- Updated simplifile to v2.0.0 and replaced the renamed `simplifile.verify_is_file`
6-
function with `simplifile.is_file`.
75
- The `mist` version constraint has been increased to >= 1.2.0.
6+
- The `simplifile` version constraint has been increased to >= 2.0.0.
87
- The `escape_html` function in the `wisp` module has been optimised.
98

109
## v0.14.0 - 2024-03-28

gleam.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "wisp"
2-
version = "0.14.0"
2+
version = "0.15.0"
33
gleam = ">= 0.32.0"
44
description = "A practical web framework for Gleam"
55
licences = ["Apache-2.0"]

0 commit comments

Comments
 (0)