From ddae08d5cb47ef09f97981cf2e8a13fc53c9342d Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Fri, 19 Feb 2021 09:41:21 +0100 Subject: [PATCH 1/3] Update CI to build with the latest version of the compiler --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 126798d..07cee8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,6 @@ jobs: - name: Set up a PureScript toolchain uses: purescript-contrib/setup-purescript@main - with: - purescript: "0.14.0-rc5" - name: Cache PureScript dependencies uses: actions/cache@v2 From a56c961677da8ecd4101c5436db878fbdf11da1b Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Fri, 19 Feb 2021 09:41:22 +0100 Subject: [PATCH 2/3] Upgrade bower dependencies --- bower.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 2750a05..97ba5f7 100644 --- a/bower.json +++ b/bower.json @@ -17,8 +17,12 @@ "package.json" ], "dependencies": { - "purescript-either": "master", - "purescript-prelude": "master", - "purescript-strings": "master" + "purescript-either": "^5.0.0", + "purescript-prelude": "^5.0.0", + "purescript-strings": "^5.0.0" + }, + "devDependencies": { + "purescript-console": "^5.0.0", + "purescript-effect": "^3.0.0" } } From 6ddc280d1eba86f0bdd204fe3a8b694e1dee78e3 Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Fri, 19 Feb 2021 09:41:22 +0100 Subject: [PATCH 3/3] Update the changelog --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22bf47a..7c8c157 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,17 @@ Notable changes to this project are documented in this file. The format is based ## [Unreleased] -Breaking changes (😱!!!): +Breaking changes: + +New features: + +Bugfixes: + +Other improvements: + +## [v5.0.0](https://github.com/purescript-contrib/purescript-http-methods/releases/tag/v5.0.0) - 2021-02-26 + +Breaking changes: - Added support for PureScript 0.14 and dropped support for all previous versions (#11) New features: