Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Jun 12, 2024
1 parent 5e7c293 commit 61bc591
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Changelog

## v1.0.1 - 2024-05-12

- Internal structural changes. No user facing changes.

## v1.0.0 - 2024-04-22

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

## v0.4.0 - 2024-03-07
Expand Down
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 61bc591

Please sign in to comment.