Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Aug 23, 2024
1 parent 4194c49 commit 3440b9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

## v1.1.0 - Unreleased
## v1.1.0 - 2024-08-23

- Rather than using `/tmp`, the platform-specific temporary directory is detected used
- Rather than using `/tmp`, the platform-specific temporary directory is
detected used.

## v1.0.0 - 2024-08-21

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.0.0"
version = "1.1.0"
gleam = ">= 0.32.0"
description = "A practical web framework for Gleam"
licences = ["Apache-2.0"]
Expand Down

0 comments on commit 3440b9d

Please sign in to comment.