Skip to content

Commit 61bc591

Browse files
committed
v1.0.1
1 parent 5e7c293 commit 61bc591

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Changelog
22

3+
## v1.0.1 - 2024-05-12
4+
5+
- Internal structural changes. No user facing changes.
6+
37
## v1.0.0 - 2024-04-22
48

5-
- Renamed ffi file to be scope with project name.
69
- Added the `send_bits` function.
710

811
## v0.4.0 - 2024-03-07

gleam.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "gleam_fetch"
2-
version = "1.0.0"
2+
version = "1.0.1"
33
licences = ["Apache-2.0"]
44
description = "Make HTTP requests in Gleam JavaScript with Fetch"
55
target = "javascript"

0 commit comments

Comments
 (0)