Skip to content

Commit 3771777

Browse files
kl0tlthomashoneyman
andauthoredFeb 26, 2021
Prepare v5.0.0 release (#259)
Update CI to build with the latest version of the compiler, update the bower repository URL to match the URL in the registry, and update the changelog. Co-authored-by: Thomas Honeyman <admin@thomashoneyman.com>
1 parent 898f35a commit 3771777

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed
 

‎.github/workflows/ci.yml

-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches: [master]
66
pull_request:
7-
branches: [master]
87

98
jobs:
109
build:
@@ -13,8 +12,6 @@ jobs:
1312
- uses: actions/checkout@v2
1413

1514
- uses: purescript-contrib/setup-purescript@main
16-
with:
17-
purescript: "0.14.0-rc3"
1815

1916
- uses: actions/setup-node@v1
2017
with:

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Bugfixes:
1212

1313
Other improvements:
1414

15-
## [Unreleased] - YEAR-MONTH-DATE
15+
## [v5.0.0](https://github.com/purescript/purescript-prelude/releases/tag/v5.0.0) - 2021-02-26
1616

1717
Breaking changes:
1818
- Support compiler version `v0.14.0`, and drop support for previous versions (#206, #226)

‎bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "BSD-3-Clause",
66
"repository": {
77
"type": "git",
8-
"url": "git://github.com/purescript/purescript-prelude.git"
8+
"url": "https://github.com/purescript/purescript-prelude.git"
99
},
1010
"ignore": [
1111
"**/.*",

0 commit comments

Comments
 (0)
Failed to load comments.