···1# Changelog
2000003## v0.10.0 - 2024-01-17
45- Relaxed version constraints for `gleam_stdlib` and `gleam_json` to permit 0.x
···1# Changelog
23+## v0.11.0 - 2024-02-03
4+5+- Updated for simplifile v1.4 and replaced the deprecated `simplifile.is_file`
6+ function with `simplifile.verify_is_file`.
7+8## v0.10.0 - 2024-01-17
910- Relaxed version constraints for `gleam_stdlib` and `gleam_json` to permit 0.x
+1-1
gleam.toml
···1name = "wisp"
2-version = "0.10.0"
3gleam = ">= 0.32.0"
4description = "A practical web framework for Gleam"
5licences = ["Apache-2.0"]
···1name = "wisp"
2+version = "0.11.0"
3gleam = ">= 0.32.0"
4description = "A practical web framework for Gleam"
5licences = ["Apache-2.0"]