Skip to content

Commit 6e504ff

Browse files
committed
Update for Gleam v0.32
1 parent 82f9d9b commit 6e504ff

10 files changed

+112
-108
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v3.5.1 - Unreleased
4+
5+
- Updated for Gleam v0.32.0.
6+
37
## v3.5.0 - 2023-08-04
48

59
- The `parse_multipart_body` function now return a bit string rather than a string.

Diff for: gleam.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name = "gleam_http"
2-
version = "3.5.0"
2+
version = "3.5.1"
33
licences = ["Apache-2.0"]
44
description = "Types and functions for Gleam HTTP clients and servers"
5-
gleam = ">= 0.30.0"
5+
gleam = ">= 0.32.0"
66

77
repository = { type = "github", user = "gleam-lang", repo = "http" }
88
links = [
@@ -11,7 +11,7 @@ links = [
1111
]
1212

1313
[dependencies]
14-
gleam_stdlib = "~> 0.18"
14+
gleam_stdlib = "~> 0.32"
1515

1616
[dev-dependencies]
1717
gleeunit = "~> 0.6"

0 commit comments

Comments
 (0)