Skip to content

Commit

Permalink
Finalize release (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMartinez authored Aug 1, 2023
1 parent 8bc2c73 commit b42fb47
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,22 @@ Notable changes to this project are documented in this file. The format is based
## [Unreleased]

Breaking changes:
- Update node libraries to latest releases (#48 by @JordanMartinez)
- Reimplement `http`/`https` bindings (#49, #50 by @JordanMartinez)

New features:

Bugfixes:

Other improvements:

## [v9.0.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v9.0.0) - 2023-08-01

Breaking changes:
- Update node libraries to latest releases (#48 by @JordanMartinez)
- Reimplement `http`/`https` bindings (#49, #50 by @JordanMartinez)

Other improvements:
- Fix flaky `upgrade` test (#50 by @JordanMartinez)
- Add links to Node's docs (#51 by @JordanMartinez)

## [v8.0.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v8.0.0) - 2022-04-29

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Build status](https://github.com/purescript-node/purescript-node-http/workflows/CI/badge.svg?branch=master)](https://github.com/purescript-node/purescript-node-http/actions?query=workflow%3ACI+branch%3Amaster)
[![Pursuit](https://pursuit.purescript.org/packages/purescript-node-http/badge)](https://pursuit.purescript.org/packages/purescript-node-http)

A wrapper for Node's HTTP APIs.
A wrapper for Node's [HTTP](https://nodejs.org/dist/latest-v18.x/docs/api/http.html) and [HTTPS](https://nodejs.org/dist/latest-v18.x/docs/api/https.html) APIs.

## Installation

Expand Down

0 comments on commit b42fb47

Please sign in to comment.