🧚 A practical web framework for Gleam
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bump version and add to changelog

authored by

Mark Holmes and committed by
Louis Pilfold
bebf01a0 2afeb936

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