Skip to content

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Jan 2, 2025
1 parent 1738ab1 commit d032803
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.5.1 - 2025-01-02

- Fixed a bug where Wisp would fail to compile.

## v1.5.0 - 2024-12-28

- `handle_head` no longer sets the body to `Empty`. This is so the webserver can
Expand Down
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "wisp"
version = "1.5.0"
version = "1.5.1"
gleam = ">= 1.4.0"
description = "A practical web framework for Gleam"
licences = ["Apache-2.0"]
Expand Down
2 changes: 1 addition & 1 deletion src/wisp/internal.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pub fn make_connection(
)
}

type Reader =
pub type Reader =
fn(Int) -> Result(Read, Nil)

pub type Read {
Expand Down

0 comments on commit d032803

Please sign in to comment.