···11# Changelog
2233+## v0.11.0 - 2024-02-03
44+55+- Updated for simplifile v1.4 and replaced the deprecated `simplifile.is_file`
66+ function with `simplifile.verify_is_file`.
77+38## v0.10.0 - 2024-01-17
49510- Relaxed version constraints for `gleam_stdlib` and `gleam_json` to permit 0.x
+1-1
gleam.toml
···11name = "wisp"
22-version = "0.10.0"
22+version = "0.11.0"
33gleam = ">= 0.32.0"
44description = "A practical web framework for Gleam"
55licences = ["Apache-2.0"]