Skip to content

Commit

Permalink
Prepare v5.0.0 release (#259)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
kl0tl and thomashoneyman authored Feb 26, 2021
1 parent 898f35a commit 3771777
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: [master]
pull_request:
branches: [master]

jobs:
build:
Expand All @@ -13,8 +12,6 @@ jobs:
- uses: actions/checkout@v2

- uses: purescript-contrib/setup-purescript@main
with:
purescript: "0.14.0-rc3"

- uses: actions/setup-node@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Bugfixes:

Other improvements:

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

Breaking changes:
- Support compiler version `v0.14.0`, and drop support for previous versions (#206, #226)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git://github.com/purescript/purescript-prelude.git"
"url": "https://github.com/purescript/purescript-prelude.git"
},
"ignore": [
"**/.*",
Expand Down

0 comments on commit 3771777

Please sign in to comment.