From b517b98a578bc55d79ef5ac8133e3deebc5e7142 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Wed, 12 Jun 2024 12:59:23 +0100 Subject: [PATCH] v0.15.0 --- CHANGELOG.md | 5 ++--- gleam.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50c6bda..0acfaab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/gleam.toml b/gleam.toml index c9a235a..99edef1 100644 --- a/gleam.toml +++ b/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"]