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 5e7c293 commit 61bc591Copy full SHA for 61bc591
CHANGELOG.md
@@ -1,8 +1,11 @@
1
# Changelog
2
3
+## v1.0.1 - 2024-05-12
4
+
5
+- Internal structural changes. No user facing changes.
6
7
## v1.0.0 - 2024-04-22
8
-- Renamed ffi file to be scope with project name.
9
- Added the `send_bits` function.
10
11
## v0.4.0 - 2024-03-07
gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_fetch"
-version = "1.0.0"
+version = "1.0.1"
licences = ["Apache-2.0"]
description = "Make HTTP requests in Gleam JavaScript with Fetch"
target = "javascript"
0 commit comments