🧚 A practical web framework for Gleam

Bump version and add to changelog

authored by Mark Holmes and committed by Louis Pilfold bebf01a0 2afeb936

Changed files
+6 -1
+5
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 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 + 3 8 ## v0.10.0 - 2024-01-17 4 9 5 10 - Relaxed version constraints for `gleam_stdlib` and `gleam_json` to permit 0.x
+1 -1
gleam.toml
··· 1 1 name = "wisp" 2 - version = "0.10.0" 2 + version = "0.11.0" 3 3 gleam = ">= 0.32.0" 4 4 description = "A practical web framework for Gleam" 5 5 licences = ["Apache-2.0"]