Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Nov 19, 2024
1 parent b571cc1 commit 7bf4b3e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: false
gleam-version: "1.0.0"
gleam-version: "1.6.0"
- run: gleam test
- run: gleam format --check src test
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.1.0 - 2024-11-19

- Support for formdata bodies added.

## v1.0.1 - 2024-05-12

- Internal structural changes. No user facing changes.
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.1"
version = "1.1.0"
licences = ["Apache-2.0"]
description = "Make HTTP requests in Gleam JavaScript with Fetch"
target = "javascript"
Expand Down
2 changes: 1 addition & 1 deletion test/gleam_fetch_test.gleam
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import gleam/fetch.{type FetchError}
import gleam/http.{Get, Head, Options}
import gleam/http/response.{type Response, Response}
import gleam/http/request
import gleam/http/response.{type Response, Response}
import gleam/javascript/promise
import gleeunit

Expand Down

0 comments on commit 7bf4b3e

Please sign in to comment.