Skip to content

Commit

Permalink
v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Jun 12, 2024
1 parent 4019fef commit b517b98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Changelog

## Unreleased
## v0.15.0 - 2024-05-12

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

## v0.14.0 - 2024-03-28
Expand Down
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit b517b98

Please sign in to comment.