Skip to content

Commit d373066

Browse files
authored
Prepare v5.0.0 release (#13)
* Update CI to build with the latest version of the compiler * Upgrade bower dependencies * Update the changelog
1 parent 3f4aa6d commit d373066

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515

1616
- name: Set up a PureScript toolchain
1717
uses: purescript-contrib/setup-purescript@main
18-
with:
19-
purescript: "0.14.0-rc5"
2018

2119
- name: Cache PureScript dependencies
2220
uses: actions/cache@v2

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ Notable changes to this project are documented in this file. The format is based
44

55
## [Unreleased]
66

7-
Breaking changes (😱!!!):
7+
Breaking changes:
8+
9+
New features:
10+
11+
Bugfixes:
12+
13+
Other improvements:
14+
15+
## [v5.0.0](https://github.com/purescript-contrib/purescript-http-methods/releases/tag/v5.0.0) - 2021-02-26
16+
17+
Breaking changes:
818
- Added support for PureScript 0.14 and dropped support for all previous versions (#11)
919

1020
New features:

bower.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,12 @@
1717
"package.json"
1818
],
1919
"dependencies": {
20-
"purescript-either": "master",
21-
"purescript-prelude": "master",
22-
"purescript-strings": "master"
20+
"purescript-either": "^5.0.0",
21+
"purescript-prelude": "^5.0.0",
22+
"purescript-strings": "^5.0.0"
23+
},
24+
"devDependencies": {
25+
"purescript-console": "^5.0.0",
26+
"purescript-effect": "^3.0.0"
2327
}
2428
}

0 commit comments

Comments
 (0)