Skip to content

Commit 8d95cc0

Browse files
committed
v0.3.1
1 parent e2a6788 commit 8d95cc0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## v0.3.1 - 2024-01-16
4+
5+
- Relaxed version constraint on `gleam_stdlib` to permit 0.x or 1.x.
6+
37
## v0.3.0 - 2023-11-06
48

59
- Updated for Gleam v0.32.0.

gleam.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "gleam_fetch"
2-
version = "0.3.0"
2+
version = "0.3.1"
33
licences = ["Apache-2.0"]
44
description = "Make HTTP requests in Gleam JavaScript with Fetch"
55
target = "javascript"

0 commit comments

Comments
 (0)