We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a93c4b commit 1d57ba3Copy full SHA for 1d57ba3
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v1.3.2 - 2025-09-03
4
+
5
+- Updated for latest `gleam_stdlib`.
6
7
## v1.3.1 - 2025-02-06
8
9
- Relaxed the `gleam_http` constraint to permit v4.
gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_hackney"
-version = "1.3.1"
+version = "1.3.2"
gleam = ">= 1.0.0"
description = "Gleam bindings to the Hackney HTTP client"
0 commit comments