Skip to content

Commit 6ef2e49

Browse files
committed
v4.0.0
1 parent 0accb31 commit 6ef2e49

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## v4.0.0 - 2025-02-06
4+
5+
- Removed `method_from_dynamic`.
6+
- Fixed a bug where `parse_method` could parse invalid HTTP methods.
7+
- Fixed a bug where `method_to_string` would use incorreect syntax.
8+
39
## v3.7.2 - 2024-12-08
410

511
- Fixed warnings on `gleam_stdlib` v0.45.0.

gleam.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "gleam_http"
2-
version = "3.7.2"
2+
version = "4.0.0"
33
licences = ["Apache-2.0"]
44
description = "Types and functions for Gleam HTTP clients and servers"
55
gleam = ">= 1.0.0"

0 commit comments

Comments
 (0)