We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a6788 commit 8d95cc0Copy full SHA for 8d95cc0
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.3.1 - 2024-01-16
4
+
5
+- Relaxed version constraint on `gleam_stdlib` to permit 0.x or 1.x.
6
7
## v0.3.0 - 2023-11-06
8
9
- Updated for Gleam v0.32.0.
gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_fetch"
-version = "0.3.0"
+version = "0.3.1"
licences = ["Apache-2.0"]
description = "Make HTTP requests in Gleam JavaScript with Fetch"
target = "javascript"
0 commit comments