Skip to content

Commit

Permalink
v1.0.0-rc1 🎉
Browse files Browse the repository at this point in the history
also bumped some dependency versions
  • Loading branch information
rawhat committed Mar 6, 2024
1 parent 242fa63 commit 4b0cfe4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## v1.0.0-rc1

- Parse `Host` header to set `host` and `port` fields on `Request`
- Bump `glisten` version
Expand Down
6 changes: 3 additions & 3 deletions gleam.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name = "mist"
version = "0.17.0"
version = "1.0.0-rc1"

licences = ["Apache-2.0"]
description = "a misty Gleam web server"
repository = { type = "github", user = "rawhat", repo = "mist" }
target = "erlang"
gleam = ">= 0.32.0"
gleam = ">= 1.0.0"

[dependencies]
gleam_stdlib = "~> 0.34"
gleam_stdlib = "~> 0.35 or ~> 1.0"
gleam_erlang = "~> 0.24"
gleam_http = "~> 3.5"
gleam_otp = "~> 0.9"
Expand Down
10 changes: 5 additions & 5 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ packages = [
]

[requirements]
gleam_erlang = { version = "~> 0.24" }
gleam_erlang = { version = "~> 0.24"}
gleam_hackney = { version = "~> 1.2" }
gleam_http = { version = "~> 3.5" }
gleam_otp = { version = "~> 0.9" }
gleam_stdlib = { version = "~> 0.34" }
gleam_http = { version = "~> 3.5"}
gleam_otp = { version = "~> 0.9"}
gleam_stdlib = { version = "~> 0.35 or ~> 1.0" }
gleeunit = { version = "~> 1.0" }
glisten = { version = "~> 1.0"}
glisten = { version = "~> 1.0" }

0 comments on commit 4b0cfe4

Please sign in to comment.